| 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: 13.0.131
Syntaxprotected virtual List<TExtension> GetExtensions(
	Type type
)
Parameters
- type
 - Type: SystemType
Type 
Return Value
Type: 
ListTExtension
See Also