Previous Topic: LPCTSTR GetCheckoutName(void) const

Next Topic: LPCTSTR GetPromoteName(void) const


LPCTSTR GetCheckinName(void) const

Retrieves the name of the current Checkin.

Owning Class

CaContext

Arguments

None

Return Value

Checkin name if set, empty string if empty

Example

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