 | ICommenceDatabaseGetViewCount Method |
Gets the number of views in the specified category.
Namespace:
Vovin.CmcLibNet.Database
Assembly:
Vovin.CmcLibNet (in Vovin.CmcLibNet.dll) Version: 1.0.7729.42686
Syntaxint GetViewCount(
string categoryName
)
Function GetViewCount (
categoryName As String
) As Integer
Parameters
- categoryName
- Type: SystemString
Commence category name.
Return Value
Type:
Int32Number of views, -1 on error.
See Also