Click or drag to resize
RegisterExtenderAttribute Constructor
Initializes a new instance of the RegisterExtenderAttribute class with the specified extender type.

Namespace: CMS
Assembly: CMS.Base (in CMS.Base.dll) Version: 9.0.0
Syntax
C#
public RegisterExtenderAttribute(
	Type extenderType
)

Parameters

extenderType
Type: SystemType
The type of the extender class.
See Also