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.

Overload List

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();

Loads the values of the specified properties into the property cache.

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

See Also

DirectoryEntry Class | DirectoryEntry Members | System.DirectoryServices Namespace