Click or drag to resize
ExtensionCreateFromType Method
Creates a generic extension from the given type

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 8.2.23
Syntax
C#
public static IGenericExtension CreateFromType(
	Type type
)

Parameters

type
Type: SystemType

Return Value

Type: IGenericExtension
See Also