FormHelperAddFieldMacroRules Method |
Adds macro rules values to given XmlNode.
Namespace: CMS.FormEngineAssembly: CMS.FormEngine (in CMS.FormEngine.dll) Version: 13.0.131
Syntax 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