DirectoryEntry::CommitChanges Method ()
.NET Framework (current version)
Saves changes that are made to a directory entry to the underlying directory store.
Assembly: System.DirectoryServices (in System.DirectoryServices.dll)
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. |
Use the DirectoryServicesPermission class for reading, writing, deleting, changing, and adding to the Active Directory Domain Services hierarchy. Associated enumeration: DirectoryServicesPermissionAccess.
DirectoryServicesPermission
To commit the changes.
.NET Framework
Available since 1.1
Available since 1.1
Show:
