MacroMethodsGetMethodsForObject Method (Object, Boolean) |
Returns the list of macro methods suitable for specified object.
Namespace: CMS.MacroEngineAssembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 12.0.0
Syntax public static List<MacroMethod> GetMethodsForObject(
Object obj,
bool includeAnyTypeMethods
)
Parameters
- obj
- Type: SystemObject
Object for which the list should be returned - includeAnyTypeMethods
- Type: SystemBoolean
If true, methods for any type are included as well
Return Value
Type:
ListMacroMethodSee Also