Click or drag to resize
MacroMethodContainer.GetExtension 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 override MacroExtension GetExtension(
	Type type,
	string name
)

Parameters

type
Type: System.Type
Type
name
Type: System.String
Member name

Return Value

Type: MacroExtension
See Also