Previous Topic: LPCTSTR GetCreatePackageName(void) const

Next Topic: LPCTSTR GetRemoveItemName(void) const


LPCTSTR GetDeleteVersionName(void) const

Retrieves the name of the current DeleteVersion.

Owning Class

CaContext

Arguments

None

Return Value

DeleteVersion name if set, empty string if empty

Example

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