| 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.BaseAssembly: CMS.Base (in CMS.Base.dll) Version: 9.0.0
 Syntax
SyntaxObject MacroRepresentation()
Return Value
Type: 
Object Remarks
RemarksReturn this if object doesn't have special representation for macro engine.
 See Also
See Also