Click or drag to resize
IServiceOperationsGetChildServices Method
Gets the child services.

Namespace: Atomia.Provisioning.BasicOperations
Assembly: Atomia.Provisioning.BasicOperations (in Atomia.Provisioning.BasicOperations.dll) Version: 17.3.6337.16010
Syntax
List<Service> GetChildServices(
	Service service,
	string accountId,
	bool sortAsc,
	int pageNumber,
	int pageSize,
	out int totalItems
)

Parameters

service
Type: Service
The service.
accountId
Type: SystemString
The account id.
sortAsc
Type: SystemBoolean
If set to true sort results ascending.
pageNumber
Type: SystemInt32
The page number.
pageSize
Type: SystemInt32
Size of the page.
totalItems
Type: SystemInt32
The total items.

Return Value

Type: ListService
List of child services.
See Also