DirectoryEntry.RefreshCache Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Loads the property values for this DirectoryEntry object into the property cache.
Overloads
RefreshCache() |
Loads the property values for this DirectoryEntry object into the property cache. |
RefreshCache(String[]) |
Loads the values of the specified properties into the property cache. |
RefreshCache()
- Source:
- DirectoryEntry.cs
- Source:
- DirectoryEntry.cs
- Source:
- DirectoryEntry.cs
- Source:
- DirectoryEntry.cs
Loads the property values for this DirectoryEntry object into the property cache.
public:
void RefreshCache();
public void RefreshCache ();
member this.RefreshCache : unit -> unit
Public Sub RefreshCache ()
Remarks
Caution
Any uncommitted changes to the property cache will be lost. Use the CommitChanges method to persist changes to the directory store.
See also
Applies to
RefreshCache(String[])
- Source:
- DirectoryEntry.cs
- Source:
- DirectoryEntry.cs
- Source:
- DirectoryEntry.cs
- Source:
- DirectoryEntry.cs
Loads the values of the specified properties into the property cache.
public:
void RefreshCache(cli::array <System::String ^> ^ propertyNames);
public void RefreshCache (string[] propertyNames);
member this.RefreshCache : string[] -> unit
Public Sub RefreshCache (propertyNames As String())
Parameters
- propertyNames
- String[]
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.