Click or drag to resize
MacroMethodsGetMethodsForObject Method (Object, Boolean, Boolean)
Returns the list of macro methods suitable for specified object.

Namespace: CMS.MacroEngine
Assembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 10.0.0
Syntax
C#
public static List<MacroMethod> GetMethodsForObject(
	Object obj,
	bool includeAnyTypeMethods,
	bool exactType
)

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
exactType
Type: SystemBoolean
If true only methods with exactly the same type are returned (= no inherited members)

Return Value

Type: ListMacroMethod
See Also