Click or drag to resize
IServiceOperationsFindServicesByPath Method
Finds the services by path.

Namespace: Atomia.Provisioning.BasicOperations
Assembly: Atomia.Provisioning.BasicOperations (in Atomia.Provisioning.BasicOperations.dll) Version: 17.3.6337.16010
Syntax
List<Service> FindServicesByPath(
	IList<BasicOperationServiceSearchCriteria> searchCriteriaList,
	Dictionary<string, string> properties,
	string account,
	string sortByPropName,
	bool sortAsc,
	int pageNumber,
	int pageSize,
	out long itemCount
)

Parameters

searchCriteriaList
Type: System.Collections.GenericIListBasicOperationServiceSearchCriteria
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 results ascending.
pageNumber
Type: SystemInt32
The page number.
pageSize
Type: SystemInt32
Size of the page.
itemCount
Type: SystemInt64
The item count.

Return Value

Type: ListService
List of found services.
See Also