LayoutFormGenerateMacroContent Method |
Creates form content according to found macro.
Namespace: CMS.FormEngine.Web.UIAssembly: CMS.FormEngine.Web.UI (in CMS.FormEngine.Web.UI.dll) Version: 13.0.131
Syntax protected virtual void GenerateMacroContent(
Match match,
ref int actualPos
)
Parameters
- match
- Type: System.Text.RegularExpressionsMatch
- actualPos
- Type: SystemInt32
See Also