Intersoft ClientUI Documentation
MaxUploadSize Property
See Also  Send Feedback
Intersoft.Client.UI.Aqua.UXInput Namespace > UXFileUpload Class : MaxUploadSize Property






Gets or sets the maximum size of all files allowed a single upload session.

Syntax

Visual Basic (Declaration) 
<CategoryAttribute("Common Properties")>
<ScriptableMemberAttribute()>
<TypeConverterAttribute("Intersoft.Client.Framework.LongTypeConverter, Intersoft.Client.Framework, Version=3.0.5000.1, Culture=neutral, PublicKeyToken=c3d9b11444163e76")>
Public Property MaxUploadSize As Long
Visual Basic (Usage)Copy Code
Dim instance As UXFileUpload
Dim value As Long
 
instance.MaxUploadSize = value
 
value = instance.MaxUploadSize
C# 
[CategoryAttribute("Common Properties")]
[ScriptableMemberAttribute()]
[TypeConverterAttribute("Intersoft.Client.Framework.LongTypeConverter, Intersoft.Client.Framework, Version=3.0.5000.1, Culture=neutral, PublicKeyToken=c3d9b11444163e76")]
public long MaxUploadSize {get; set;}
Delphi 
public read-write property MaxUploadSize: Int64; 
JScript 
CategoryAttribute("Common Properties")
ScriptableMemberAttribute()
TypeConverterAttribute("Intersoft.Client.Framework.LongTypeConverter, Intersoft.Client.Framework, Version=3.0.5000.1, Culture=neutral, PublicKeyToken=c3d9b11444163e76")
public function get,set MaxUploadSize : long
Managed Extensions for C++ 
[CategoryAttribute("Common Properties")]
[ScriptableMemberAttribute()]
[TypeConverterAttribute("Intersoft.Client.Framework.LongTypeConverter, Intersoft.Client.Framework, Version=3.0.5000.1, Culture=neutral, PublicKeyToken=c3d9b11444163e76")]
public: __property long get_MaxUploadSize();
public: __property void set_MaxUploadSize( 
   long value
);
C++/CLI 
[CategoryAttribute("Common Properties")]
[ScriptableMemberAttribute()]
[TypeConverterAttribute("Intersoft.Client.Framework.LongTypeConverter, Intersoft.Client.Framework, Version=3.0.5000.1, Culture=neutral, PublicKeyToken=c3d9b11444163e76")]
public:
property int64 MaxUploadSize {
   int64 get();
   void set (    int64 value);
}

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 All Rights Reserved.