Click or drag to resize
FieldMacroRule Class
Class represents field validation macro rule.
Inheritance Hierarchy
SystemObject
  CMS.FormEngineFieldMacroRule

Namespace: CMS.FormEngine
Assembly: CMS.FormEngine (in CMS.FormEngine.dll) Version: 9.0.0
Syntax
C#
[SerializableAttribute]
public class FieldMacroRule

The FieldMacroRule type exposes the following members.

Constructors
  NameDescription
Public methodFieldMacroRule
Top
Properties
  NameDescription
Public propertyErrorMessage
Gets or sets the error message.
Public propertyMacroRule
Gets or sets the macro rule.
Top
Methods
  NameDescription
Public methodGetMacroRuleTree
Returns MacroRuleTree based on this object.
Public methodGetXML
Returns XML definition of macro rule.
Public methodLoadFromXml
Loads macro rule from XML definition.
Top
See Also