Table of Contents

Interface IMacroObject

Namespace
CMS.Base
Assembly
CMS.Base.dll

Interface for the objects which are used in macro processing. Defines their default resolving behavior.

public interface IMacroObject
Extension Methods

Methods

MacroRepresentation()

Returns the object which represents current object in the macro engine. Whenever the object implementing IMacroObject interface is used within macro engine this method is called its result is used instead.

object MacroRepresentation()

Returns

object

Remarks

Return this if object doesn't have special representation for macro engine.

ToMacroString()

Returns the default text representation in the macros (this is called when the expression is resolved to its final value and should be converted to string).

string ToMacroString()

Returns

string