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

Namespace: CMS.FormControls
Assembly: CMS.FormControls (in CMS.FormControls.dll) Version: 8.2.23
Syntax
C#
protected virtual void GenerateMacroContent(
	Match match,
	ref int actualPos
)

Parameters

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