Click or drag to resize
TreeNodeSetComponents Method
Sets the list of internal components

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 9.0.0
Syntax
C#
protected override void SetComponents(
	IEnumerable<IInfo> components
)

Parameters

components
Type: System.Collections.GenericIEnumerableIInfo
List of components
See Also