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

UploadedFile.Tag Property

Gets a tag provided to this user-selected file.

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

Syntax

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

Property Value

Type: System.String

The tag provided to this user-selected file.

See Also

Reference