Intersoft ClientUI Documentation
UploadedFileUrl Property



Gets the Uri of the uploaded file, or the first uploaded file when the CanSelectMultiple property is enabled.
Syntax
<ScriptableMemberAttribute()>
Public Property UploadedFileUrl As Uri
Dim instance As UXFileUpload
Dim value As Uri
 
instance.UploadedFileUrl = value
 
value = instance.UploadedFileUrl
[ScriptableMemberAttribute()]
public Uri UploadedFileUrl {get; set;}
[ScriptableMemberAttribute()]
public:
property Uri^ UploadedFileUrl {
   Uri^ get();
   void set (    Uri^ 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