SCMSSDK::GetFolderHistoryByChangeSet
Retrieves the history information of a folder by changeset.
int GetFolderHistoryByChangeSet(
string strTeamProjectName,
string strFolderFullName,
ref List<SDKHistory> listFolderHistoryInfo,
StringObject strobjError
);
strTeamProjectName
[in] Specifies the team project name.
strFolderFullName
[in] Specifies the full name of the folder.
listFolderHistoryInfo
[out] Returns the history report of the folder.
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.