ICMSTaxonomyNavigationElementGetCategory Method
|
Gets a
Category by ID. This is a recursive search that goes beyond first-level categories.
Namespace:
Ingeniux.Runtime
Assembly:
IGXRuntimeAPI (in IGXRuntimeAPI.dll) Version: 10.6.308
Syntax ICMSNavigatingCategory GetCategory(
string categoryId
)
Function GetCategory (
categoryId As String
) As ICMSNavigatingCategory
ICMSNavigatingCategory^ GetCategory(
String^ categoryId
)
abstract GetCategory :
categoryId : string -> ICMSNavigatingCategory
Parameters
- categoryId
- Type: SystemString
ID of Category to search for
Return Value
Type:
ICMSNavigatingCategoryICMSNavigatingCategory, or null if a Category doesn't exist.
See Also