Previous Topic: bool SetViewPath(LPCTSTR szVPath)

Next Topic: bool SetDescription(LPCTSTR szDesc)


bool SetDeleteAfterCI(bool bFlag)

Sets the Delete After Checkin attribute of this process.

Owning Class

CaCheckin

Arguments

bool bFlag-the flag value: true if delete the file, false if not

Return Value

True if success, false if fail

Example

CaCheckin& rCheckin = rContext.GetCheckin(); bool bResult = rCheckin.SetDeleteAfterCI(false);

More information:

HSDK Programming Fundamentals

CaContext

bool GetDeleteAfterCI(void)