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: 12.0.0
Syntax Object MacroRepresentation()
Return Value
Type:
ObjectRemarks Return this if object doesn't have special representation for macro engine.
See Also