MacroExtensionContainerTContainer, TExtensionGetExtensions Method |
Gets the extensions for the given type. Does not cache the result.
Namespace: CMS.MacroEngineAssembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 12.0.0
Syntax protected virtual List<TExtension> GetExtensions(
Type type
)
Parameters
- type
- Type: SystemType
Type
Return Value
Type:
ListTExtensionSee Also