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!

FileSystemEntry.Refresh

Refreshes the file or directory attribute information.

[Visual Basic]
MustOverride Public Sub Refresh()
[C#]
public abstract void Refresh();
[C++]
public: virtual void Refresh() = 0;
[JScript]
public abstract function Refresh();

Remarks

Calls must be made to Refresh before attempting to get the attribute information, or the information will be outdated.

See Also

FileSystemEntry Class | FileSystemEntry Members | System.IO Namespace