Click or drag to resize
ObjectTypeTreeNodeNewObjectTree Method
Creates a new empty object type tree

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax
C#
public static ObjectTypeTreeNode NewObjectTree(
	string rootGroup
)

Parameters

rootGroup
Type: SystemString
Name of the root group

Return Value

Type: ObjectTypeTreeNode
See Also