Click or drag to resize
LayoutFormAddNonMacroContent Method
Adds other content from form layout into the form.

Namespace: CMS.FormControls
Assembly: CMS.FormControls (in CMS.FormControls.dll) Version: 8.2.23
Syntax
C#
protected virtual void AddNonMacroContent(
	int positionStart,
	int positionEnd
)

Parameters

positionStart
Type: SystemInt32
Start position in the layout
positionEnd
Type: SystemInt32
End position in the layout
See Also