MacroField Class |
Namespace: CMS.MacroEngine
public class MacroField : MacroExtension
The MacroField type exposes the following members.
Name | Description | |
---|---|---|
MacroField(String, FuncObject, FuncEvaluationContext, Boolean) |
Creates new instance with value evaluator which does not need a context.
| |
MacroField(String, FuncEvaluationContext, Object, FuncEvaluationContext, Boolean) |
Creates new instance with value evaluator which needs a context.
|
Name | Description | |
---|---|---|
Name |
Returns name of the field.
(Inherited from MacroExtension.) |
Name | Description | |
---|---|---|
GetValue |
Returns the value of the field in the given evaluation context.
| |
IsFieldAvailable |
Returns true if the field is available in the given context.
|