Labels multiple files.
int LabelFiles(
string strTeamProjectName,
List<string> listLabeledFileFullName,
List<long> listVersionNumber,
string strLabelName,
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.
listLabeledFileFullName
[in] Specifies the full names of files to be labeled.
listVersionNumber
[in] Specifies the version numbers of the files to be labeled.
strLabelName
[in] Specifies the name of the label.
strComment
[in] Specifies the comment for the label 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.