Click or drag to resize
ICoreApiListPackagesForAccount Method
Lists packages owned by the specified account.

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

Parameters

accountName
Type: SystemString
Id of the account.

Return Value

Type: ProvisioningPackage
List of existing packages for specified account.
See Also