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.0.5239.26125)
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:
See Also