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
Syntaxpublic int GetResourceCount(
string filter
)
Public Function GetResourceCount (
filter As String
) As Integer
public:
int GetResourceCount(
String^ filter
)
Parameters
- filter
- Type: SystemString
The XPath filter to use in the search
Return Value
Type:
Int32The number of resources that match the specified criteria
See Also