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

UploadedFile.Description Property

Gets a user-provided description of this user-selected file.

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

Syntax

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

Property Value

Type: System.String

The user-provided description of this user-selected file.

See Also

Reference