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

SAWHSDK::getProjectHistoryByVersion

Description

Retrieves the history information of a project by version.

Syntax

int getProjectHistoryByVersion(
        String strProjectFullName,
        HistoryArray aryProjectHistoryInfo,
        BaseDataObject bdobCanceled,
        BaseDataObject bdostrError,
        Calendar dateFrom,
        Calendar dateTo
);

Parameters

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

aryProjectHistoryInfo
[out] Returns the history report 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.

dateFrom
[in] Specifies the date the history report to begin at.

dateTo
[in] Specifies the date the history report to end at.

Return Value

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

See Also