Click or drag to resize

CoreApiProxyFindServicesByPathWithPaging Method

Finds the services by path with paging.

Namespace:  Atomia.Billing.Core.Sdk.ServiceProxies
Assembly:  Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax
public ProvisioningService[] FindServicesByPathWithPaging(
	out long itemCount,
	ServiceSearchCriteria[] searchCriteriaList,
	Dictionary<string, string> properties,
	string account,
	string sortByPropName,
	bool sortAsc,
	int pageNumber,
	int pageSize
)

Parameters

itemCount
Type: SystemInt64
The item count.
searchCriteriaList
Type: Atomia.Billing.Core.Sdk.AtomiaProvisioningApiServiceSearchCriteria
The search criteria list.
properties
Type: System.Collections.GenericDictionaryString, String
The properties.
account
Type: SystemString
The account.
sortByPropName
Type: SystemString
Name of the sort by prop.
sortAsc
Type: SystemBoolean
if set to true [sort asc].
pageNumber
Type: SystemInt32
The page number.
pageSize
Type: SystemInt32
Size of the page.

Return Value

Type: ProvisioningService

[Missing <returns> documentation for "M:Atomia.Billing.Core.Sdk.ServiceProxies.CoreApiProxy.FindServicesByPathWithPaging(System.Int64@,Atomia.Billing.Core.Sdk.AtomiaProvisioningApi.ServiceSearchCriteria[],System.Collections.Generic.Dictionary{System.String,System.String},System.String,System.String,System.Boolean,System.Int32,System.Int32)"]

Implements

ICoreApiFindServicesByPathWithPaging(Int64, ServiceSearchCriteria, DictionaryString, String, String, String, Boolean, Int32, Int32)
See Also