Click or drag to resize
IdmNetClientGetCountAsync Method
Get the number of Identity Manager resources that match the given XPath Filter.

Namespace: IdmNet
Assembly: IdmNet (in IdmNet.dll) Version: 1.3.0.0 (1.3.0)
Syntax
public Task<int> GetCountAsync(
	string filter
)

Parameters

filter
Type: SystemString
Search filter

Return Value

Type: TaskInt32
Number of matching resources

Implements

IIdmNetClientGetCountAsync(String)
See Also