Previous Topic: bool SetState(HAROBJID iObjId)

Next Topic: bool SetCheckout(HAROBJID iObjId)


bool SetCheckout(LPCTSTR szCheckoutName)

Sets the specified Checkout as the current context Checkout.

Owning Class

CaContext

Arguments

LPCTSTR szCheckoutName

Return Value

True if success, false if fails

Example

rContext.SetCheckout(szName);

More information: