Previous Topic: bool SetClientDir(LPCTSTR szCDir)

Next Topic: bool SetShareWorkDir(bool bFlag)


bool SetViewPath(LPCTSTR szVPath)

Sets the repository View Path anchor for this process.

Owning Class

CaCheckout

Arguments

LPCTSTR szVPath-a valid repository view path

Return Value

True if success, false if fail

Example

CaCheckout& rCheckout = rContext.GetCheckout(); bool bResult = rCheckout.SetViewPath(“\rep\work”);

More information: