Click or drag to resize
FormHelperAddFieldMacroRules Method
Adds macro rules values to given XmlNode.

Namespace: CMS.FormEngine
Assembly: CMS.FormEngine (in CMS.FormEngine.dll) Version: 8.2.23
Syntax
C#
public static void AddFieldMacroRules(
	XmlNode node,
	IEnumerable<FieldMacroRule> macroRules
)

Parameters

node
Type: System.XmlXmlNode
Field node
macroRules
Type: System.Collections.GenericIEnumerableFieldMacroRule
Field macro rules enumeration
See Also