Intersoft ClientUI Documentation
CustomPostData Property (UXFileUpload)



Gets or sets a collection of custom data to send along with the upload data.
Syntax
<ScriptableMemberAttribute()>
Public Property CustomPostData As List(Of FileUploadCustomData)
Dim instance As UXFileUpload
Dim value As List(Of FileUploadCustomData)
 
instance.CustomPostData = value
 
value = instance.CustomPostData
[ScriptableMemberAttribute()]
public List<FileUploadCustomData> CustomPostData {get; set;}
[ScriptableMemberAttribute()]
public:
property List<FileUploadCustomData^>^ CustomPostData {
   List<FileUploadCustomData^>^ get();
   void set (    List<FileUploadCustomData^>^ value);
}
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

UXFileUpload Class
UXFileUpload Members

Send Feedback