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: 12.0.0
Syntax 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