Uploader for Silverlight
GetTotalSize Method






Gets the total size of all in the Files collection.
Syntax
'Declaration
 
Public Function GetTotalSize() As System.Long
'Usage
 
Dim instance As FilePackager
Dim value As System.Long
 
value = instance.GetTotalSize()
public System.long GetTotalSize()
public function GetTotalSize(): System.Int64; 
public function GetTotalSize() : System.long;
public: System.long GetTotalSize(); 
public:
System.int64 GetTotalSize(); 

Return Value

Amount of size of all 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