Setting the Delete Confirmation Mode Attribute

You use the deletion_confirmation_mode attribute of the connector_configuration.xml file to control the Confirm Synchronization tab on the Synchronization Control Panel dialog box.

The following table describes the values you can use for the deletion_confirmation_mode attribute.

Value Description

suppress

Disables delete confirmation. Displays the Confirm Synchronization tab in the Synchronization Control Panel.

enable

Enables delete confirmation. Displays the Confirm Synchronization tab in the Synchronization Control Panel. Displays the Revert Deletions button and the Accept Deletions button.

revert_only

Displays the Confirm Synchronization tab in the Synchronization Control Panel but enables only the Revert Deletions button. Displays but does not enable the Accept Deletions button. This is the default setting.

user_confirm

Displays the Confirm Synchronization tab in the Synchronization Control Panel but displays only the Accept Deletions button. Displays but does not enable the Revert Deletions button.

The following example sets the deletion_confirmation_mode attribute to revert_only. The ellipses (. . .) indicates code that this book omits from this example for brevity:

<root>
  <features deletion_confirmation_mode="revert_only" 
  . . .
</features>