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






Gets or sets a boolean value that indicates whether users can add new files to the existing upload session while the upload is in progress.

Syntax

Visual Basic (Declaration) 
<ScriptableMemberAttribute()>
<CategoryAttribute("Common Properties")>
Public Property CanAppendFiles As Boolean
Visual Basic (Usage)Copy Code
Dim instance As UXFileUpload
Dim value As Boolean
 
instance.CanAppendFiles = value
 
value = instance.CanAppendFiles
C# 
[ScriptableMemberAttribute()]
[CategoryAttribute("Common Properties")]
public bool CanAppendFiles {get; set;}
Delphi 
public read-write property CanAppendFiles: Boolean; 
JScript 
ScriptableMemberAttribute()
CategoryAttribute("Common Properties")
public function get,set CanAppendFiles : boolean
Managed Extensions for C++ 
[ScriptableMemberAttribute()]
[CategoryAttribute("Common Properties")]
public: __property bool get_CanAppendFiles();
public: __property void set_CanAppendFiles( 
   bool value
);
C++/CLI 
[ScriptableMemberAttribute()]
[CategoryAttribute("Common Properties")]
public:
property bool CanAppendFiles {
   bool get();
   void set (    bool 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.