Retrieves the general information of a folder.
int GetFolderGeneralInfo(
string strTeamProjectName,
string strFolderFullName,
IntObject iobjSubFoldersNotDeletedCount,
IntObject iobjSubFoldersDeletedCount,
IntObject iobjFileNotDeletedCount,
IntObject iobjFilesDeletedCount,
LongObject lobjLatestVersion,
ref DateTime timeRemote,
StringObject strobjCreateComment,
ref List<SDKDeletedItemGeneralInfo> listDeletedItemGeneralInfo,
IntObject iobjRight,
StringObject strobjError
);
strTeamProjectName
[in] Specifies the team project name.
strFolderFullName
[in] Specifies the full name of the folder.
iobjSubFoldersNotDeletedCount
[out] Returns the number of undeleted subfolders in the folder.
iobjSubFoldersDeletedCount
[out] Returns the number of deleted subfolders in the folder.
iobjFileNotDeletedCount
[out] Returns the number of undeleted files in the folder.
iobjFilesDeletedCount
[out] Returns the number of deleted files in the folder.
lobjLatestVersion
[out] Returns the latest version number of the project on the server.
timeRemote
[out] Returns the date/time of the latest version of the folder on the server.
strobjCreateComment
[out] Returns the creation comment of the folder.
listDeletedItemGeneralInfo
[out] Returns the general information set of all deleted items in the folder.
iobjRight
[out] Returns the access rights that the current user has to the folder. See EnumSourceControlPermissionType.
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.