Click or drag to resize
IMacroObjectMacroRepresentation Method
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.

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 9.0.0
Syntax
C#
Object MacroRepresentation()

Return Value

Type: Object
Remarks
Return this if object doesn't have special representation for macro engine.
See Also