Click or drag to resize
ICoreApiListPossibleServices Method
Lists services which can be added as child service to the specified parent service, for given account. If parentService is null returns available root services.

Namespace: Atomia.Provisioning.Service
Assembly: Atomia.Provisioning.Service (in Atomia.Provisioning.Service.dll) Version: 17.3.6337.16014
Syntax
ProvisioningService[] ListPossibleServices(
	ProvisioningService parentService,
	string accountName
)

Parameters

parentService
Type: Atomia.Provisioning.BaseProvisioningService
Parent service. Can be null.
accountName
Type: SystemString
Account name for whom to search for.

Return Value

Type: ProvisioningService
List of services that can be added created and added for specified parent service and given account.
Examples
Object a = new Object(); Object b = new Object();
See Also