The IPackageController type exposes the following members.

Methods

  NameDescription
Public methodDeleteExtensionPackage
DeleteExtensionPackage is used to remove an Extension Package for the System
Public methodGetExtensionPackage(Int32, Func<(Of <<'(PackageInfo, Boolean>)>>))
GetExtensionPackage is used to retrieve a specific package from the data store.
Public methodGetExtensionPackage(Int32, Func<(Of <<'(PackageInfo, Boolean>)>>), Boolean)
GetExtensionPackage is used to retrieve a specific package from the data store.
Public methodGetExtensionPackages(Int32)
GetExtensionPackages is used to retrieve packages from the data store.
Public methodGetExtensionPackages(Int32, Func<(Of <<'(PackageInfo, Boolean>)>>))
GetExtensionPackages is used to retrieve packages from the data store.
Public methodGetExtensionPackageType
GetExtensionPackage is used to retrieve a specific package type from the data store.
Public methodGetExtensionPackageTypes
GetExtensionPackageTypes is used to retrieve package types from the data store.
Public methodGetPackageDependencies
Get the dependencies for a package
Public methodSaveExtensionPackage
SaveExtensionPackage is used to save an Extension Package.

See Also