Moves a file to a folder.
int MoveFile(
string strTeamProjectName,
string strMoveSourceFileFullName,
string strTargetFolderFullName,
string strComment,
ref List<SDKItemOperatorResult> listItemOperateResults,
StringObject strobjError
);
strTeamProjectName
[in] Specifies the name of the team project to which the local files will be added.
strMoveSourceFileFullName
[in] Specifies the full names of the file to be moved.
strTargetFolderFullName
[in] Specifies the full name of the target folder where the files will be moved.
strComment
[in] Specifies the comment for the move action.
listItemOperateResults
[out] Returns the result information of the operation.
strobjError
[out] Returns the description of the result. If the operation succeeds, returns 'Completed'. If the operation fails, returns the error information.
If the method succeeds, returns 0. If the method fails, returns other error codes.
See Also
Software Configuration Management | Software configuration management tool | scm version control | software cm | Online SCM
Copyright © 2012 Dynamsoft Corporation. All Rights Reserved.