Click or drag to resize
TreeNodeCollection Constructor (String, TreeNode, ICMSStorage)
Constructor.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.2.23
Syntax
C#
public TreeNodeCollection(
	string className,
	TreeNode parentDocument,
	ICMSStorage parentStorage
)

Parameters

className
Type: SystemString
Default class name for the documents (if ClassName column is not available)
parentDocument
Type: CMS.DocumentEngineTreeNode
Parent document node
parentStorage
Type: CMS.BaseICMSStorage
Parent storage
See Also