AdvantageCMS.Core.Common.BaseClasses Namespace
Advantage CSP

HierarchicalModelList Constructor

Initializes a new instance of the HierarchicalModelList class.

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

Syntax


public HierarchicalModelList(
	IEnumerable<IHierarchyData> collection
)

Parameters

collection
Type: IEnumerable<(Of <(<'IHierarchyData>)>)>
The collection whose elements are copied to the new list.