Previous Topic: GetViewPath Method

Next Topic: GetFileList Method


GetDeleteAfterCI Method

Gets the Delete After Checkin attribute for this process.

Syntax

object.GetDeleteAfterCI()

Owning Class

CaWCheckin

Arguments

None

Return Value

A boolean that represents the value.

Example

Dim objCheckin
Set objCheckin = objContext.GetCheckin()
blnViewPath = objCheckin.GetDeleteAfterCI()

More information: