Метод | Описание | |
---|---|---|
GetInstalledPackages ( ) : List |
Gets the installed packages.
|
|
InstalledPackageService ( ) : System |
Initializes a new instance of the Rock.Model.CategoryService class.
|
|
InstalledPackageVersion ( int packageId ) : |
Returns the installed package version.
|
|
SaveInstall ( int packageId, string packageName, int versionId, string versionLabel, int vendorId, string vendorName, string installedBy ) : void |
Logs that an install occurred.
|
Метод | Описание | |
---|---|---|
SaveInstalledPackages ( List |
public static GetInstalledPackages ( ) : List |
||
Результат | List |
public InstalledPackageService ( ) : System | ||
Результат | System |
public static InstalledPackageVersion ( int packageId ) : |
||
packageId | int | The package identifier. |
Результат |
public static SaveInstall ( int packageId, string packageName, int versionId, string versionLabel, int vendorId, string vendorName, string installedBy ) : void | ||
packageId | int | The package identifier. |
packageName | string | Name of the package. |
versionId | int | The package version identifier. |
versionLabel | string | The version label. |
vendorId | int | The vendor identifier. |
vendorName | string | Name of the vendor. |
installedBy | string | The installed by. |
Результат | void |