Previous Topic: LPCTSTR GetCheckinName(void) const

Next Topic: LPCTSTR GetDemoteName(void) const


LPCTSTR GetPromoteName(void) const

Retrieves the name of the current Promote.

Owning Class

CaContext

Arguments

None

Return Value

Promote name if set, empty string if empty

Example

CaHarvest Harvest; CaContext& rContext = Harvest.GetContext(); CaString szName = rContext.GetPromoteName();