online source control
back to content
sign up free version control plan

SAWHSDK::getProjectGeneralInfo

Description

Retrieves the general information of a project.

Syntax

int getProjectGeneralInfo(
        String
strProjectFullName,
        BaseDataObject
bdobDeleted,
        BaseDataObject
bdoiSubProjectsnotDeleted,
        BaseDataObject
bdoiSubProjectsDeleted,
        BaseDataObject
bdoiFileNotDeleted,
        BaseDataObject
bdoiFilesDeleted,
        BaseDataObject
bdoiRemoteVersion,
        Calendar
timeRemote,
        BaseDataObject
bdostrCreateComment,
        SVDeletedItemGeneralInfoArray
aryDeletedItemGeneralInfo,
        BaseDataObject
bdobCanceled,
        BaseDataObject
bdostrError
);

Parameters

strProjectFullName
[in] Specifies the full name of the project.

bdoiDeleted
[out] Returns the number of deleted items in the project.

bdoiSubProjectsNotDeleted
[out] Returns the number of undeleted subprojects in the project.

bdoiSubProjectsDeleted
[out] Returns the number of deleted subprojects in the project.

bdoiFileNotDeleted
[out] Returns the number of undeleted files in the project.

bdoiFilesDeleted
[out] Returns the number of deleted files in the project.

bdoiRemoteVersion
[out] Returns the latest version number of the project on the server.

timeRemote
[out] Returns the date/time of the latest version of the project on the server.

bdostrCreateComment
[out] Returns the create comment of the project.

aryDeletedItemGeneralInfo
[out] Returns the general information set of all deleted items in the project.

bdobCanceled
[out] If the method fails, returns whether the operation is canceled.

bdostrError
[out] Returns the description of the result. If the operation succeeds, returns 'Completed'. If the operation fails, returns the error information.

Return Value

If the method succeeds, returns 0. If the method fails, returns other error codes.

See Also