Previous Topic: GetCheckoutName Method

Next Topic: GetPromoteName Method


GetCheckinName Method

Retrieve the name of the current CA Harvest SCM Checkin.

Syntax

object.GetCheckinName()

Owning Class

CaWContext

Arguments

None

Return Value

A string that represents the Checkin name if set, empty string if empty.

Example

Dim objContext
Set objContext = sobjHarvest.GetContext()
strCheckinName = objContext.GetCheckinName()

More information: