Uploader for Silverlight
Files Property (C1Uploader)






Gets the collection of files that will be uploaded.
Syntax
'Declaration
 
Public ReadOnly Property Files As System.Collections.Generic.List(Of UploadFileInfo)
'Usage
 
Dim instance As C1Uploader
Dim value As System.Collections.Generic.List(Of UploadFileInfo)
 
value = instance.Files
public System.Collections.Generic.List<UploadFileInfo> Files {get;}
public read-only property Files: System.Collections.Generic.List; 
public function get Files : System.Collections.Generic.List
public: __property System.Collections.Generic.List<UploadFileInfo*>* get_Files();
public:
property System.Collections.Generic.List<UploadFileInfo^>^ Files {
   System.Collections.Generic.List<UploadFileInfo^>^ get();
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

C1Uploader Class
C1Uploader Members

Send Feedback