Intersoft ClientUI Documentation
TargetPhysicalFolder Property (FileUploadPostData)



Gets or sets the target physical folder of the file upload. When specified, the value of this property overrides the TargetFolder property.
Syntax
<ScriptableMemberAttribute()>
<DataMemberAttribute()>
Public Property TargetPhysicalFolder As String
Dim instance As FileUploadPostData
Dim value As String
 
instance.TargetPhysicalFolder = value
 
value = instance.TargetPhysicalFolder
[ScriptableMemberAttribute()]
[DataMemberAttribute()]
public string TargetPhysicalFolder {get; set;}
[ScriptableMemberAttribute()]
[DataMemberAttribute()]
public:
property String^ TargetPhysicalFolder {
   String^ get();
   void set (    String^ 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

FileUploadPostData Class
FileUploadPostData Members

Send Feedback