Previous Topic: void Clear(void)

Next Topic: void SetExcludePaths(bool bFlag)


void SetParentPath(LPCTSTR szParentPath)

Removes all selection criteria.

Owning Class

CaVersionChooser

Arguments

LPCTSTR szParentPath-parent repository view path to begin search

Return Value

None

Example

CaVersionChooser& rVersionChooser = rContext.GetVersionChooser(); rVersionChooser.SetParentPath(“\rep1\mydir”);