Previous Topic: LPCTSTR GetDeleteVersionName(void) const

Next Topic: LPCTSTR GetConcurrentMergeName(void) const


LPCTSTR GetRemoveItemName(void) const

Retrieves the name of the current RemoveItem.

Owning Class

CaContext

Arguments

None

Return Value

RemoveItem name if set, empty string if empty

Example

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