See Also

FileUploadEventArgs Class  | FileUploadEventArgs Members

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows ME, Windows 2000, Windows XP, Windows Server 2003, Windows Vista

Language

Visual Basic

C#

C++

C++/CLI

Show All

See Also Languages PowerWEB TextBox for ASP.NET

SavedFilePath Property

Dart.PowerWEB.TextBox Namespace > FileUploadEventArgs Class : SavedFilePath Property

Gets the path of the file as saved on the server.

[Visual Basic]
Public ReadOnly Property SavedFilePath As String
[C#]
public string SavedFilePath {get;}
[C++]
public: __property string* get_SavedFilePath();
[C++/CLI]
public: property String^ SavedFilePath {    String^ get(); }

Remarks

Check this property to see what the path of the file is on the server.

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows ME, Windows 2000, Windows XP, Windows Server 2003, Windows Vista

See Also

FileUploadEventArgs Class  | FileUploadEventArgs Members


Send comments on this topic.

Documentation version 3.2.0.0.

© 2009 Dart Communications.  All rights reserved.