Previous Topic: LPCTSTR GetApproveName(void) const

Next Topic: LPCTSTR GetDeleteVersionName(void) const


LPCTSTR GetCreatePackageName(void) const

Retrieves the name of the current CreatePackage.

Owning Class

CaContext

Arguments

None

Return Value

CreatePackage name if set, empty string if empty

Example

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