Previous Topic: LPCTSTR GetPromoteName(void) const

Next Topic: LPCTSTR GetApproveName(void) const


LPCTSTR GetDemoteName(void) const

Retrieves the name of the current Demote.

Owning Class

CaContext

Arguments

None

Return Value

Demote name if set, empty string if empty

Example

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