Previous Topic: SetShareWorkDir Method

Next Topic: SetMVSFileTypes Method


SetUseCITimeStamp Method

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

Syntax

object.SetUseCITimeStamp(blnFlag)

Owning Class

CaWCheckout

Arguments

blnFlag - A boolean, if True sets time on file to time version was checked in, if False sets it to current time.

Return Value

A boolean. True if success, False if fail

Example

Dim objCheckout
Set objCheckout = objContext.GetCheckout()
blnRet = objCheckout.SetUseCITimeStamp(False)

More information: