Intersoft ClientUI Documentation
CustomHeaders Property (UXFileUpload)



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