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!

DirectoryEntry.RefreshCache ()

Loads the property values for this directory entry into the property cache.

[Visual Basic]
Overloads Public Sub RefreshCache()
[C#]
public void RefreshCache();
[C++]
public: void RefreshCache();
[JScript]
public function RefreshCache();

Remarks

CAUTION   Any uncommitted changes to the property cache will be lost. Use CommitChanges to persist changes to the directory store.

See Also

DirectoryEntry Class | DirectoryEntry Members | System.DirectoryServices Namespace | DirectoryEntry.RefreshCache Overload List | CommitChanges