Click or drag to resize
MacroMethodContainerGetExtensions Method
Gets the extensions for the given type. Does not cache the result.

Namespace: CMS.MacroEngine
Assembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 8.2.23
Syntax
C#
protected override List<MacroMethod> GetExtensions(
	Type type
)

Parameters

type
Type: SystemType
Type

Return Value

Type: ListMacroMethod
See Also