Click or drag to resize

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
Syntax
ICategoryDef GetCategoryDefinition(
	string categoryName
)

Parameters

categoryName
Type: SystemString
Commence category name.

Return Value

Type: ICategoryDef
CategoryDef object exposing properties of the category.
Remarks
Unlike it's Commence counterpart, this method returns a ICategoryDef object instead of a delimited string. Returns null if category doesn't exist.
See Also