Class CategoryHierarchyData
This class supports the EPiServer infrastructure and is not intended to be used directly from your code.
Inheritance
Implements
Inherited Members
Namespace: EPiServer.Web.WebControls
Assembly: EPiServer.dll
Version: 7.19.2Syntax
public class CategoryHierarchyData : IHierarchyDataConstructors
CategoryHierarchyData(Category)
This member supports the EPiServer infrastructure and is not intended to be used directly from your code.
Declaration
public CategoryHierarchyData(Category category)Parameters
| Type | Name | Description | 
|---|---|---|
| Category | category | 
Properties
Category
This member supports the EPiServer infrastructure and is not intended to be used directly from your code.
Declaration
public Category Category { get; }Property Value
| Type | Description | 
|---|---|
| Category | 
Children
This member supports the EPiServer infrastructure and is not intended to be used directly from your code.
Declaration
public CategoryHierarchicalEnumerable Children { get; }Property Value
| Type | Description | 
|---|---|
| CategoryHierarchicalEnumerable | 
HasChildren
This member supports the EPiServer infrastructure and is not intended to be used directly from your code.
Declaration
public bool HasChildren { get; }Property Value
| Type | Description | 
|---|---|
| System.Boolean | 
Item
This member supports the EPiServer infrastructure and is not intended to be used directly from your code.
Declaration
public object Item { get; }Property Value
| Type | Description | 
|---|---|
| System.Object | 
Parent
This member supports the EPiServer infrastructure and is not intended to be used directly from your code.
Declaration
public CategoryHierarchyData Parent { get; }Property Value
| Type | Description | 
|---|---|
| CategoryHierarchyData | 
Path
This member supports the EPiServer infrastructure and is not intended to be used directly from your code.
Declaration
public string Path { get; }Property Value
| Type | Description | 
|---|---|
| System.String | 
Type
This member supports the EPiServer infrastructure and is not intended to be used directly from your code.
Declaration
public string Type { get; }Property Value
| Type | Description | 
|---|---|
| System.String | 
Methods
GetChildren()
This member supports the EPiServer infrastructure and is not intended to be used directly from your code.
Declaration
public IHierarchicalEnumerable GetChildren()Returns
| Type | Description | 
|---|---|
| System.Web.UI.IHierarchicalEnumerable | 
GetParent()
This member supports the EPiServer infrastructure and is not intended to be used directly from your code.
Declaration
public IHierarchyData GetParent()Returns
| Type | Description | 
|---|---|
| System.Web.UI.IHierarchyData | 
