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

FileUploadEventArgs.PackageGuid Property

Gets unique identifier of the current upload session.

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

Syntax

Visual Basic
Public ReadOnly Property PackageGuid As Guid
C#
public Guid PackageGuid { get; }

Property Value

The value which represents unique identifier of the current upload session.

Remarks

When the upload is separated into several packages, all of them will have the same GUID. So you can use it to determine whether files are uploaded in the same session (useful for concurrent uploads from several users).

See Also

Reference