Click or drag to resize
ICoreApiFindServicesByPath Method
Finds the services using given paths.

Namespace: Atomia.Provisioning.Service
Assembly: Atomia.Provisioning.Service (in Atomia.Provisioning.Service.dll) Version: 17.3.6337.16014
Syntax
ProvisioningService[] FindServicesByPath(
	IList<ServiceSearchCriteria> searchCriteriaList,
	Dictionary<string, string> properties,
	string account,
	string sortByPropName,
	bool sortAsc
)

Parameters

searchCriteriaList
Type: System.Collections.GenericIListServiceSearchCriteria
List of ServiceSearchCriteria.
properties
Type: System.Collections.GenericDictionaryString, String
Service property name-value pairs which are used to filter searched services.
account
Type: SystemString
Account owner.
sortByPropName
Type: SystemString
Name of the service property to sort by.
sortAsc
Type: SystemBoolean
If set to true sort resulting list ascending.

Return Value

Type: ProvisioningService
List of found services which match given service path criteria.
See Also