Previous Topic: LPCTSTR GetClientDir(void)

Next Topic: bool GetDeleteAfterCI(void)


LPCTSTR GetViewPath(void)

Gets the repository View Path anchor for this process.

Owning Class

CaCheckin

Arguments

None

Return Value

LPCTSTR-the value

Example

CaCheckin& rCheckin = rContext.GetCheckin(); CaString szValue = rCheckin.GetViewPath();

More information: