Click or drag to resize
LayoutFormGenerateMacroContent Method
Creates form content according to found macro.

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 GenerateMacroContent(
	Match match,
	ref int actualPos
)

Parameters

match
Type: System.Text.RegularExpressionsMatch
actualPos
Type: SystemInt32
See Also