Click or drag to resize
IServiceOperationsFindServicesByNamesAndPropertiesWithFullTextSearch Method
Finds the services by names and properties with full text search.

Namespace: Atomia.Provisioning.BasicOperations
Assembly: Atomia.Provisioning.BasicOperations (in Atomia.Provisioning.BasicOperations.dll) Version: 17.3.6337.16010
Syntax
List<Service> FindServicesByNamesAndPropertiesWithFullTextSearch(
	Dictionary<string, string> serviceAndPropertyName,
	List<string> searchValues,
	List<string> fullTextSearchValues
)

Parameters

serviceAndPropertyName
Type: System.Collections.GenericDictionaryString, String
Name of the service and property.
searchValues
Type: System.Collections.GenericListString
The search values.
fullTextSearchValues
Type: System.Collections.GenericListString
The full text search values.

Return Value

Type: ListService
List of found services.
See Also