Intersoft ClientUI Documentation
SavedName Property



Gets the saved file name of the uploaded file.
Syntax
<DataMemberAttribute()>
Public Property SavedName As String
Dim instance As FileUploadInfoResponse
Dim value As String
 
instance.SavedName = value
 
value = instance.SavedName
[DataMemberAttribute()]
public string SavedName {get; set;}
[DataMemberAttribute()]
public:
property String^ SavedName {
   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

FileUploadInfoResponse Class
FileUploadInfoResponse Members

Send Feedback