DirectoryEntry.CommitChanges Method

Definition

Saves changes that are made to a directory entry to the underlying directory store.

public:
 void CommitChanges();
public void CommitChanges ();
member this.CommitChanges : unit -> unit
Public Sub CommitChanges ()

Remarks

By default, changes to properties are made locally to a cache, and property values to be read are cached after the first read. For more information, see UsePropertyCache.

Changes made to the cache include changes to the properties as well as calls to Add (if this is the newly created entry).

Caution

If you call RefreshCache before calling CommitChanges, any uncommitted changes to the property cache will be lost.

Security

Applies to

See also