DirectoryEntry.CommitChanges 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.
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
- Use the DirectoryServicesPermission class for reading, writing, deleting, changing, and adding to the Active Directory Domain Services hierarchy. Associated enumeration: DirectoryServicesPermissionAccess.