Previous Topic: LPCTSTR GetInteractiveMergeName(void) const

Next Topic: CaItem* GetItemById(HAROBJID iItemId)


CaItem& GetViewPathItem(void)

Retrieves the view path represented as a CA Harvest SCM item.

Note: The context, including the state and viewpath, must be set before calling this function.

Owning Class

CaContext

Arguments

None

Return Value

View path item.

Exceptions

Throws CaException on error

Example

CaHarvest Harvest; CaContext& rContext = Harvest.GetContext(); CaItem& rItem = rContext.GetViewPathItem();