 | ICommenceDatabaseGetCategoryDefinition Method |
Returns information on the definition of the specified category.
Namespace:
Vovin.CmcLibNet.Database
Assembly:
Vovin.CmcLibNet (in Vovin.CmcLibNet.dll) Version: 1.0.7729.42686
SyntaxICategoryDef GetCategoryDefinition(
string categoryName
)
Function GetCategoryDefinition (
categoryName As String
) As ICategoryDef
Parameters
- categoryName
- Type: SystemString
Commence category name.
Return Value
Type:
ICategoryDefCategoryDef object exposing properties of the category.
RemarksUnlike it's Commence counterpart, this method returns a
ICategoryDef object instead of a delimited string. Returns
null if category doesn't exist.
See Also