Click or drag to resize

CoreApiProxyFindServicesByPath Method

Finds the services by path.

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[] FindServicesByPath(
	ServiceSearchCriteria[] searchCriteriaList,
	Dictionary<string, string> properties,
	string account,
	string sortByPropName,
	bool sortAsc
)

Parameters

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].

Return Value

Type: ProvisioningService

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

Implements

ICoreApiFindServicesByPath(ServiceSearchCriteria, DictionaryString, String, String, String, Boolean)
See Also