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






Gets or sets the maximum size of a single file allowed to upload.

Syntax

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