Click or drag to resize
MacroField Class
Wrapper for any macro data field (source).
Inheritance Hierarchy

Namespace: CMS.MacroEngine
Assembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 9.0.0
Syntax
C#
public class MacroField : MacroExtension

The MacroField type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyName
Returns name of the field.
(Inherited from MacroExtension.)
Top
Methods
  NameDescription
Public methodGetValue
Returns the value of the field in the given evaluation context.
Public methodIsFieldAvailable
Returns true if the field is available in the given context.
Top
See Also