Previous Topic: SetViewPath Method

Next Topic: SetDescription Method


SetDeleteAfterCI Method

Sets the Delete After Checkin attribute of this process.

Syntax

object.SetDeleteAfterCI(blnFlag)

Owning Class

CaWCheckin

Arguments

blnFlag - The flag value; True if delete the file, False if not.

Return Value

Returns True if success, False if fail.

Example

Dim objCheckin
Set objCheckin = objContext.GetCheckin()
blnRet = objCheckin.SetDeleteAfterCI(False)

More information: