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