Maximum allowed number of characters in descriptions entered by the user.
Namespace:
Aurigma.ImageUploader
Assembly:
Aurigma.ImageUploader (in Aurigma.ImageUploader.dll)
Public Property MaxDescriptionTextLength As Integer
public int MaxDescriptionTextLength { get; set; }
A positive value which specifies description length limitation. It cannot be larger than 4000.
Default value is 500
.