Click or drag to resize
IGenericExtensionRegisterAsPropertyTo Method
Registers the extension as a property to the given type

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 9.0.0
Syntax
C#
void RegisterAsPropertyTo(
	Type type,
	string propertyName
)

Parameters

type
Type: SystemType
Target type
propertyName
Type: SystemString
Property name
See Also