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

Namespace: CMS.FormEngine.Web.UI
Assembly: CMS.FormEngine.Web.UI (in CMS.FormEngine.Web.UI.dll) Version: 10.0.0
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