Click or drag to resize
MacroExtensionContainerTContainer, TExtensionGetExtension Method (Type, String)
Returns the extension by type and name. Does not cache the result. Does not cache the result.

Namespace: CMS.MacroEngine
Assembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 8.2.23
Syntax
C#
protected virtual MacroExtension GetExtension(
	Type type,
	string name
)

Parameters

type
Type: SystemType
Type
name
Type: SystemString
Member name

Return Value

Type: MacroExtension
See Also