updater_get_packages Method
Returns the list of plugin packages available Does not download the updates file, call plugins_installed first to download the package list and parse
Namespace: Scheduler Assembly: Scheduler (in Scheduler.dll) Version: 3.0.0.0 (4.0.0.12)
Syntax
C# |
public static List<clsUpdaterItem> updater_get_packages() |
VB |
Public Shared Function updater_get_packages As List(Of clsUpdaterItem) |
Return Value
Type: List(clsUpdaterItem)List of packages as type UpdaterItem, List(Of UpdaterV2.clsUpdaterItem)
See Also
functions Class
Scheduler Namespace