Click or drag to resize
GenericExtensionExtensionTypeRegisterAsExtensionTo Method
Registers the extension as an extension to the given type

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 13.0.131
Syntax
C#
public void RegisterAsExtensionTo(
	Type type
)

Parameters

type
Type: SystemType
Target type

Implements

IGenericExtensionRegisterAsExtensionTo(Type)
See Also