SAWVSDK::getProjectGeneralInfo

Description

Retrieves the general information of a project.

Syntax

int getProjectGeneralInfo(
        String
strProject,
        BaseDataObject
bdoiSubProjectsnotDeleted,
        BaseDataObject
bdoiSubProjectsDeleted,
        BaseDataObject
bdoiFileNotDeleted,
        BaseDataObject
bdoiFilesDeleted,
        BaseDataObject
bdoiRemoteVersion,
        Calendar
timeRemoteDateTime,
        BaseDataObject
bdostrComment,
        BaseDataObject
bdobCanceled,
        BaseDataObject
bdostrError
);

Parameters

strProject
[in] Specifies the name of the project.

bdoiSubProjectsNotDeleted
[out] Returns the number of undeleted subprojects within 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 version number of the latest version of project on the server.

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

bdostrComment
[out] Returns the comment of 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 the value of ESAWV_SUCCESS. If the method fails, returns other error codes.