Try our conversational search powered by Generative AI!

Class CategoryHierarchyData

This class supports the EPiServer infrastructure and is not intended to be used directly from your code.

Inheritance
System.Object
CategoryHierarchyData
Implements
System.Web.UI.IHierarchyData
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: EPiServer.Web.WebControls
Assembly: EPiServer.Cms.AspNet.dll
Version: 11.20.7
Syntax
public class CategoryHierarchyData : IHierarchyData

Constructors

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

Implements

System.Web.UI.IHierarchyData

Extension Methods