| This Confirmation Preview XML file (~r1\docs\preview.xdr) illustrates the XML format used in the Preview & Confirm commands. Please note that the tree structure should stay the same. Alter the Action elements only, applying or skipping elements (files, directories or links).
Add this action node under every file node you wants to change its action:
<action user=" " timestamp="" sourceAction="ignore" targetAction="ignore" />
(The user and timestamp are for future use, and ignored now.)
###
Do not Transfer Example:
To avoid transferring file medium_blue.jpg,
Change this line:
<confirmation name="medium_blue.jpg" size="12943" type="F" source="T" target="N" />
to:
<confirmation name="medium_blue.jpg" size="12943" type="F" source="T" target="N">
<action user=" " timestamp="" sourceAction="ignore" targetAction="ignore" />
</confirmation>
###
Do not Delete Example:
To avoid deletion of file ODPHelper.dll,
Change this line:
<confirmation name="ODPHelper.dll" size="13312" type="F" source="N" target="A" />
to:
<confirmation name="ODPHelper.dll" size="13312" type="F" source="N" target="A" >
<action user=" " timestamp="" sourceAction="ignore" targetAction="ignore" />
</confirmation>
For detailed information regarding R-1 API, please refer to the guides available in the RepliWeb Reference Library: R-1 API Guide.
|