PowerWEB File Upload for ASP.NET
UploadID Property
See Also  Send comments on this topic.
Dart.FileUpload Namespace > FileSelectedEventArgs Class : UploadID Property



Gets the UploadID associated with the selected files.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property UploadID As String
Visual Basic (Usage)Copy Code
Dim instance As FileSelectedEventArgs
Dim value As String
 
value = instance.UploadID
C# 
public string UploadID {get;}
C++/CLI 
public:
property String^ UploadID {
   String^ get();
}

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

Documentation Version 4.0.3
© 2012 Dart Communications. All Rights Reserved.