Previous Topic: void SetParentPath(LPCTSTR szParentPath)

Next Topic: void RemoveVersionFromList(HAROBJID iVersionObjId)


void SetExcludePaths(bool bFlag)

Excludes all item paths when set to true.

Owning Class

CaVersionChooser

Arguments

bool bFlag-flag to exclude paths

Return Value

None

Example

CaVersionChooser& rVersionChooser = rContext.GetVersionChooser(); rVersionChooser.SetExcludePaths(true);