Previous Topic: GetSnapshotViewName Method

Next Topic: GetCheckinName Method


GetCheckoutName Method

Retrieve the name of the current CA Harvest SCM Checkout.

Syntax

object.GetCheckoutName()

Owning Class

CaWContext

Arguments

None

Return Value

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

Example

Dim objContext
Set objContext = sobjHarvest.GetContext()
strCheckoutName = objContext.GetCheckoutName()

More information: