IMacroObject MacroRepresentation Method Kentico 8.0 API Reference
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: 8.0.0.0 (8.0.5239.26125)

Return Value

Type: OnlineObject
Remarks

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