Returns the list of macro methods suitable for specified object.
Namespace: CMS.MacroEngineAssembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 8.0.0.0 (8.1.5347.20411)
Parameters
- obj
- Type: System Object
Object for which the list should be returned
- includeAnyTypeMethods
- Type: System Boolean
If true, methods for any type are included as well
- exactType
- Type: System Boolean
If true only methods with exactly the same type are returned (= no inherited members)
Return Value
Type: List MacroMethodSee Also