AdvantageCMS.Core.Common.BaseClasses Namespace
Build With Advantage

HierarchyData<(Of <(<'T>)>)> Constructor

Creates a new [HierarchyData{T}] wrapper around the specified model.

Namespace:  AdvantageCSP.HierarchicalModelDataSource
Assembly:  AdvantageCMS.Core (in AdvantageCMS.Core.dll)

Syntax


public HierarchyData(
	T modelWithHierarchy
)

Parameters

modelWithHierarchy
Type: T
The model node to wrap. Must not be null and should have its [IModelWithHierarchy{T}.Children] initialized.