MacroExtensionContainerTContainer, TExtensionGetExtension Method (Type, String) |
Returns the extension by type and name. Does not cache the result. Does not cache the result.
Namespace: CMS.MacroEngineAssembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 13.0.131
Syntax protected virtual MacroExtension GetExtension(
Type type,
string name
)
Parameters
- type
- Type: SystemType
Type - name
- Type: SystemString
Member name
Return Value
Type:
MacroExtensionSee Also