HierarchyData<(Of <(<'T>)>)> Constructor
Creates a new [HierarchyData{T}] wrapper around the specified model.
Namespace:
AdvantageCSP.HierarchicalModelDataSourceAssembly: 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.

