Click or drag to resize
MacroDesignerTreeAddGroup Method (MacroDesignerTree)
Adds given group as a new child.

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 8.2.23
Syntax
C#
public MacroDesignerTree AddGroup(
	MacroDesignerTree group
)

Parameters

group
Type: CMS.UIControlsMacroDesignerTree

Return Value

Type: MacroDesignerTree
See Also