 | CommenceDatabaseGetItemCount Method |
Gets the number of items in the specified category.
Namespace:
Vovin.CmcLibNet.Database
Assembly:
Vovin.CmcLibNet (in Vovin.CmcLibNet.dll) Version: 1.0.7729.42686
Syntaxpublic int GetItemCount(
string categoryName
)
Public Function GetItemCount (
categoryName As String
) As Integer
Parameters
- categoryName
- Type: SystemString
Commence category name.
Return Value
Type:
Int32Number of items, -1 on error.
Implements
ICommenceDatabaseGetItemCount(String)
See Also