TermStore.CommitAll method
Commits all updates to the database that have occurred since the last commit or rollback.
Namespace: Microsoft.SharePoint.Client.Taxonomy
Assembly: Microsoft.SharePoint.Client.Taxonomy (in Microsoft.SharePoint.Client.Taxonomy.dll)
Syntax
'Declaration
Public Sub CommitAll
'Usage
Dim instance As TermStore
instance.CommitAll()
public void CommitAll()
Remarks
When objects are edited in the TermStore object, or in child objects such as Group, TermSet, or Term, the changes are pending until the CommitAll() method is called. Once it is called, the updates that were made since the last CommitAll() or RollbackAll() method calls are persisted to the term store's database. A successful call to CommitAll flushes the cache so that other consumers of the TermStore object will see your updates.