SyncKnowledge::RemoveAllChangeUnitsMarkers Method
Removes all markers for items in the knowledge.
Assembly: Microsoft.Synchronization (in Microsoft.Synchronization.dll)
| Exception | Condition |
|---|---|
| InvalidKnowledgeVersionException | The CompatibilityLevel property is less than SyncFrameworkVersion2. |
| InvalidOperationException | This SyncKnowledge object is not initialized. |
A SyncKnowledge object can contain markers of only one type. To change the type of markers that are contained in the knowledge object, RemoveAllChangeUnitsMarkers must be called before new markers are added.
Show: