This documentation is for the old version. Go to the latest Upload Suite docs

DescriptionEditor.MaxTextLength Property

Supported browsers: Internet ExplorerFirefoxGoogle ChromeSafari

Gets or sets a description length.

Namespace: Aurigma.ImageUploader
Assembly: Aurigma.ImageUploader (in Aurigma.ImageUploader.dll)

Syntax

Visual Basic
Public Property MaxTextLength As Integer
C#
public int MaxTextLength { get; set; }

Property Value

Type: System.Int32

The maximum allowed number of symbols in user-provided descriptions.

Default value is 512.

See Also

Reference