Uploader for Silverlight
GetMaxSizePerUpload Method (FilePackagerMultiFile)






Gets the maximum amount of size needed to upload the files
Syntax
'Declaration
 
Public Overrides Function GetMaxSizePerUpload() As System.Long
'Usage
 
Dim instance As FilePackagerMultiFile
Dim value As System.Long
 
value = instance.GetMaxSizePerUpload()
public override System.long GetMaxSizePerUpload()
public function GetMaxSizePerUpload(): System.Int64; override; 
public override function GetMaxSizePerUpload() : System.long;
public: System.long GetMaxSizePerUpload(); override 
public:
System.int64 GetMaxSizePerUpload(); override 

Return Value

Maximum amount of size needed to upload the files
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

FilePackagerMultiFile Class
FilePackagerMultiFile Members

Send Feedback