Click or drag to resize
CustomMacroContainer Class
Object encapsulating custom macro resolving as ISimpleDataContainer.
Inheritance Hierarchy
SystemObject
  CMS.MacroEngineCustomMacroContainer

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

The CustomMacroContainer type exposes the following members.

Constructors
  NameDescription
Public methodCustomMacroContainer
Creates new instance of CustomMacroObject.
Top
Properties
  NameDescription
Public propertyItem
Gets or sets the value of the column.
Public propertyResolver
Gets or sets resolver used to resolve Custom macros.
Top
Methods
  NameDescription
Public methodGetValue
Resolves the custom macro.
Public methodSetValue
Not implemented.
Top
Extension Methods
  NameDescription
Public Extension MethodCheckRequiredColumns
Returns true if given list of columns do not have null values in the object
(Defined by DataExtensions.)
Top
See Also