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.OldName

Gets the old name of the affected file or directory.

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

Property Value

The previous name of the affected file or directory.

See Also

RenamedEventArgs Class | RenamedEventArgs Members | System.IO Namespace