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

ImageUploader.MaxDescriptionTextLength Property

Maximum allowed number of characters in descriptions entered by the user.

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

Syntax

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

Property Value

A positive value which specifies description length limitation. It cannot be larger than 4000.

Default value is 500.

Remarks

This property corresponds to MaxDescriptionTextLength client-side property.

See Also

Reference