back to content

SAWSSDK::moveFiles

Description

Moves multiple files to a prjoect.

Syntax

int moveFiles(
        StringArray
aryFileFullNameToMove,
       String strTargetProjectFullName,
       String strComment,
       BaseDataObject bdobCanceled,
       BaseDataObject bdostrError,
       ItemOperateResultArray aryOperatorResult

);

Parameters

aryFileFullNameToMove
[in] Specifies the full names of files to be moved.

strTargetProjectFullName
[in] Specifies the full name of the target project where the files will be moved.

strComment
[in] Specifies the comment for the share action.

bdobCanceled
[out] If the method fails, returns whether the operation is canceled.

bdostrError
[out] Returns the description of the result. If the operation succeeds, returns 'Completed'. If the operation fails, returns the error information.

aryOperatorResult
[out] Returns the result information of the operation.

Return Value

If the method succeeds, returns 0. If the method fails, returns other error codes.

See Also

best version control software   source code management   SourceSafe alternative