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 (String[])

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

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

Parameters

propertyNames
An array of the specified properties.

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