Previous Topic: void SetExcludePaths(bool bFlag)

Next Topic: void SetItemObjId(HAROBJID iItemObjId, int iIndex)


void RemoveVersionFromList(HAROBJID iVersionObjId)

Excludes all item paths when set to true.

Note: This function must be called after the Execute function.

Owning Class

CaVersionChooser

Arguments

bool bFlag-flag to exclude paths

Return Value

None

Example

CaVersionChooser& rVersionChooser = rContext.GetVersionChooser(); rVersionChooser.RemoveVersionFromList(12345);