Previous Topic: LPCTSTR GetViewPath(void)

Next Topic: LPCTSTR GetRemoteMachineName(void)


bool GetDeleteAfterCI(void)

Gets the Delete After Checkin attribute for this process.

Owning Class

CaCheckin

Arguments

None

Return Value

bool-the value

Example

CaCheckin& rCheckin = rContext.GetCheckin(); bool bFlag = rCheckin.GetDeleteAfterCI();

More information: