Previous Topic: GetCheckinName Method

Next Topic: GetDemoteName Method


GetPromoteName Method

Retrieve the name of the current CA Harvest SCM Promote.

Syntax

object.GetPromoteName()

Owning Class

CaWContext

Arguments

None

Return Value

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

Example

Dim objContext
Set objContext = sobjHarvest.GetContext()
strPromoteName = objContext.GetPromoteName()

More information: