ISyncMgrConflictResolveInfo interface
Exposes methods that get and set information about sync manager conflict resolution.
Members
The ISyncMgrConflictResolveInfo interface inherits from the IUnknown interface. ISyncMgrConflictResolveInfo also has these types of members:
Methods
The ISyncMgrConflictResolveInfo interface has these methods.
| Method | Description |
|---|---|
| GetItemChoice |
Gets the index of an item that the user wants to keep. |
| GetItemChoiceCount |
Gets the number of items that the user wants to keep. |
| GetIterationInfo |
Gets information about which conflict in a set of conflicts is being resolved. |
| GetPresenterChoice |
Gets what kind of choice was made and whether to apply the choice to all subsequent conflicts in the set. |
| GetPresenterNextStep |
Gets what the presenter wants to do as the next step in the sync manager conflict resolution. |
| SetItemChoices |
Sets the array of indexes that represents which items the user wants to keep. This method is used when the user chooses to apply the same operation to all selected conflicts of the same type from the same handler. |
| SetPresenterChoice |
Sets what kind of choice was made about a sync manager conflict resolution and whether to apply the choice to all subsequent conflicts in the set. |
| SetPresenterNextStep |
Sets what the presenter wants to do as the next step in the sync manager conflict resolution. |
Requirements
|
Minimum supported client |
Windows Vista [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2008 [desktop apps only] |
|
Header |
|
|
IDL |
|