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

Namespace: CMS.MacroEngine
Assembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 10.0.0
Syntax
C#
protected virtual List<TExtension> GetExtensions(
	Type type
)

Parameters

type
Type: SystemType
Type

Return Value

Type: ListTExtension
See Also