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

Package.PackageGuid Property

Gets a unique identifier of the current upload session.

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

Syntax

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

Property Value

Type: System.Guid

The unique identifier of the current upload session.

See Also

Reference