Microsoft SDK for Java

deleteSource

This method of the TransferSession Interface deletes the source data. This method facilitates MOVE operations where the destination is only capable of performing a COPY operation. That is, instead of performing a MOVE operation, a COPY operation can be performed and then the data can be deleted from the source.

Syntax

public void deleteSource();

© 1999 Microsoft Corporation. All rights reserved. Terms of use.