Click or drag to resize
Category Properties

The Category type exposes the following members.

Properties
  Name Description
Public property CategoryId
Gets a unique identifier for the category.
Public property Children
Gets a collection of direct child categories.
Public property Inherit
If true, then items will be assigned parent categories until the root is reached, when a category at any depth is assigned. Null if the category is a root category.
Public property Name
Gets the name of the category.
Public property ParentCategoryId
Gets a unique identifier for a category's parent category. If null, then the category is a root category.
Public property Path
Gets the path of the category tree.
Top
See Also