NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

RenamedEventArgs.OldFullPath

Gets the previous fully qualified path of the affected file or directory.

[Visual Basic]
Overridable Public ReadOnly Property OldFullPath As String
[C#]
public string OldFullPath {virtual get;}
[C++]
public: __property virtual String* get_OldFullPath();
[JScript]
public function get OldFullPath() : String;

Property Value

The previous fully qualified path of the affected file or directory.

See Also

RenamedEventArgs Class | RenamedEventArgs Members | System.IO Namespace