TreeNodeCollection Constructor (String, TreeNode, ICMSStorage) |
Constructor.
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 12.0.0
Syntax 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