Click or drag to resize

AjaxRichControlAjaxRichControlClientDefinition Constructor

Initializes a new instance of an object.

Namespace:  Dynamicweb.Controls
Assembly:  Dynamicweb.Controls (in Dynamicweb.Controls.dll) Version: 4.2.3
Syntax
public AjaxRichControlClientDefinition(
	string typeName
)

Parameters

typeName
Type: SystemString
The namespace-qualified name of the client-side type that corresponds to this control.
Exceptions
ExceptionCondition
ArgumentNullExceptiontypeName is null.
ArgumentExceptiontypeName is an empty string.
Remarks