Previous Topic: GetPromoteName Method

Next Topic: GetApproveName Method


GetDemoteName Method

Retrieves the name of the current CA Harvest SCM Demote.

Syntax

object.GetDemoteName()

Owning Class

CaWContext

Arguments

None

Return Value

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

Example

Dim objContext
Set objContext = sobjHarvest.GetContext()
strDemoteName = objContext.GetDemoteName()

More information: