Click or drag to resize
PropertyAttributeRegisterTo Method
Registers the extension within the system

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 8.2.23
Syntax
C#
public override void RegisterTo(
	Type type
)

Parameters

type
Type: SystemType
Object type to which the extension will be registered
See Also