Gets the unique identifier of the Upload object.

Namespace:  EasyAlgo.EAUpload
Assembly:  EasyAlgo.EAUpload (in EasyAlgo.EAUpload.dll)
Version: 1.3.0.0

Syntax

C#
public string UploadID { get; }
Visual Basic (Declaration)
Public ReadOnly Property UploadID As String

Field Value

Type: System..::.String
A string value that specifies an unique identifier of the Upload class instance.

Possible values:
  • Unique identifier that is defined by EAUpload component. Property returns this type of value if you used GetUpload()()() method.
  • Unique identifier that is specified by UploadId parameter of GetUpload(String) method.

Remarks

EAUpload component can process massive amount of concurrent uploads and UploadID property is used for getting an access to the specific upload.

See Also