TermStore.RollbackAll Method

Discards all updates that have occurred since the last commit or rollback.

Namespace:  Microsoft.SharePoint.Taxonomy
Assembly:  Microsoft.SharePoint.Taxonomy (in Microsoft.SharePoint.Taxonomy.dll)

Syntax

'Declaration
Public Sub RollbackAll
'Usage
Dim instance As TermStore

instance.RollbackAll()
public void RollbackAll()

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 or RollbackAll() method is called. If TermStore.RollbackAll is called the updates that were made since the last TermStore.CommitAll or TermStore.RollbackAll are discarded.

See Also

Reference

TermStore Class

TermStore Members

Microsoft.SharePoint.Taxonomy Namespace

CommitAll()