Previous Topic: LPCTSTR GetDemoteName(void) const

Next Topic: LPCTSTR GetCreatePackageName(void) const


LPCTSTR GetApproveName(void) const

Retrieves the name of the current Approve.

Owning Class

CaContext

Arguments

None

Return Value

Approve name if set, empty string if empty

Example

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