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

FileUploadEventArgs.Description Property

Gets user-provided description of the uploaded file.

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

Syntax

Visual Basic
Public ReadOnly Property Description As String
C#
public string Description { get; }

Property Value

The value which represents user-provided description of the uploaded file.

Remarks

To enable or disable the user to edit the description, use the ShowDescriptions property.

See Also

Reference