Previous Topic: bool SetShareWorkDir(bool bFlag)

Next Topic: void SetRemoteMachineName(LPCTSTR szRemoteMachineName)


bool SetUseCITimeStamp(bool bFlag)

Sets the Use Checkin Timestamp attribute to be used by this Checkout.

Owning Class

CaCheckout

Arguments

bool bFlag-if true, sets time on file to time version was checked in; if false, sets it to current time

Return Value

True if success, false if fail

Example

CaCheckout& rCheckout = rContext.GetCheckout(); bool bResult = rCheckout.SetUseCITimeStamp(true);

More information: