Previous Topic: CaCheckout

Next Topic: bool SetPathOption(HINT32 iOption)


bool SetCheckoutMode(HINT32 iMode)

Sets the Checkout Mode for this process.

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

Owning Class

CaCheckout

Arguments

HINT32 iMode-the Checkout Mode

Return Value

True if success, false if fail

Example

CaCheckout& rCheckout = rContext.GetCheckout(); bool bResult = rCheckout.SetCheckoutMode(CO_MODE_BROWSE);

More information: