Previous Topic: bool SetPathOption(HINT32 iOption)

Next Topic: bool SetClientDir(LPCTSTR szCDir)


bool SetItemOption(HINT32 iOption)

Sets the Item Option for this process.

Note: The following are the allowable values for the Item Option. They are defined in an include file built into the project.

Owning Class

CaCheckin

Arguments

HINT32 iOption-the Item Option

Return Value

True if success, false if fail

Example

CaCheckin& rCheckin = rContext.GetCheckin(); bool bResult = rCheckin. SetItemOption (CI_FILTER_NEW_OR_EXISTING_ITEMS);

More information:

HSDK Programming Fundamentals

CaContext

HINT32 GetItemOption(void)