SyncKnowledge.RemoveAllChangeUnitsMarkers Method
Removes all markers for items in the knowledge.
Namespace: Microsoft.Synchronization
Assembly: Microsoft.Synchronization (in microsoft.synchronization.dll)
Syntax
'Declaration
Public Sub RemoveAllChangeUnitsMarkers
'Usage
Dim instance As SyncKnowledge
instance.RemoveAllChangeUnitsMarkers
public void RemoveAllChangeUnitsMarkers ()
public:
void RemoveAllChangeUnitsMarkers ()
public void RemoveAllChangeUnitsMarkers ()
public function RemoveAllChangeUnitsMarkers ()
Exceptions
Exception type | Condition |
---|---|
The CompatibilityLevel property is less than SyncFrameworkVersion2. |
Remarks
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.
See Also
Reference
SyncKnowledge Class
SyncKnowledge Members
Microsoft.Synchronization Namespace