SCMSSDK::GetFileListFromParentProject
Retrieves the file list of a folder.
int GetFileListFromParentProject(
string strTeamProjectName,
string strParentFolderFullName,
ref List<string> listFileNames,
StringObject strobjError
);
strTeamProjectName
[in] Specifies the team project name.
strParentFolderFullName
[in] Specifies the full name of the folder.
listFileNames
[out] Returns the file list in 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.