Click or drag to resize
ICoreApiListAvailablePackages Method
Lists available packages in the system.

Namespace: Atomia.Provisioning.Service
Assembly: Atomia.Provisioning.Service (in Atomia.Provisioning.Service.dll) Version: 17.3.6337.16014
Syntax
ProvisioningPackage[] ListAvailablePackages(
	string accountName
)

Parameters

accountName
Type: SystemString
Account id.

Return Value

Type: ProvisioningPackage
List of available packages, which can be assigned to specified account.
See Also