Click or drag to resize
MacroDesignerTreeAddGroup Method (MacroDesignerTree, Int32)
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,
	int position
)

Parameters

group
Type: CMS.UIControlsMacroDesignerTree
Group to add
position
Type: SystemInt32
Position within the parent group

Return Value

Type: MacroDesignerTree
See Also