LayoutFormAddNonMacroContent Method |
Adds other content from form layout into the form.
Namespace: CMS.FormControlsAssembly: CMS.FormControls (in CMS.FormControls.dll) Version: 8.2.23
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