| LayoutFormAddNonMacroContent Method | 
            Adds other content from form layout into the form.
            
 
Namespace: CMS.FormEngine.Web.UIAssembly: CMS.FormEngine.Web.UI (in CMS.FormEngine.Web.UI.dll) Version: 13.0.131
 Syntax
Syntaxprotected 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
See Also