Uploader for Silverlight
GetMaxSizePerUpload Method (FilePackager)






Gets the maximum size needed to upload the files.
Syntax
'Declaration
 
Public MustOverride Function GetMaxSizePerUpload() As System.Long
'Usage
 
Dim instance As FilePackager
Dim value As System.Long
 
value = instance.GetMaxSizePerUpload()
public abstract System.long GetMaxSizePerUpload()
public function GetMaxSizePerUpload(): System.Int64; abstract; 
public __abstract function GetMaxSizePerUpload() : System.long;
public: abstract System.long GetMaxSizePerUpload(); 
public:
abstract System.int64 GetMaxSizePerUpload(); 

Return Value

Maximum 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

FilePackager Class
FilePackager Members

Send Feedback