Click or drag to resize
ICoreApiFindNumberOfServicesByPath Method
Finds the number of services by path for each given criteria.

Namespace: Atomia.Provisioning.Service
Assembly: Atomia.Provisioning.Service (in Atomia.Provisioning.Service.dll) Version: 17.3.6337.16014
Syntax
Dictionary<ServiceSearchCriteria, int> FindNumberOfServicesByPath(
	IList<ServiceSearchCriteria> searchCriteriaList,
	Dictionary<string, string> properties,
	string account
)

Parameters

searchCriteriaList
Type: System.Collections.GenericIListServiceSearchCriteria
The search criteria list.
properties
Type: System.Collections.GenericDictionaryString, String
Service property name-value pairs which are used to filter searched services.
account
Type: SystemString
Owner account id.

Return Value

Type: DictionaryServiceSearchCriteria, Int32
Number of found services by provided service search criteria.
See Also