Click or drag to resize

ResourceManagementClientGetResourceCount Method

Gets the number of resources that match a specified criteria

Namespace:  Lithnet.ResourceManagement.Client
Assembly:  Lithnet.ResourceManagement.Client (in Lithnet.ResourceManagement.Client.dll) Version: 1.0.6435.24467
Syntax
public int GetResourceCount(
	string filter
)

Parameters

filter
Type: SystemString
The XPath filter to use in the search

Return Value

Type: Int32
The number of resources that match the specified criteria
See Also