ITaxonomyManagerCategory Method
|
Namespace: Ingeniux.CMSAssembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
SyntaxICategoryNode Category(
string id
)
Function Category (
id As String
) As ICategoryNode
ICategoryNode^ Category(
String^ id
)
abstract Category :
id : string -> ICategoryNode Parameters
- id String
- ID of the category node to retrieve.
Return Value
ICategoryNodeThe category node with matching ID. If it doesn't exist, returns null.
See Also