HSDK Class Descriptions › CaVersionChooser › void SetVersionStatusOption(HINT32 iOptions)
void SetVersionStatusOption(HINT32 iOptions)
Sets the Version Status Option to specify what types of versions to retrieve.
Note: The following are the allowable values for the Version Status Option. They are defined in an include file built into the project.
- VERSION_FILTER_NORMAL_VERSION-get only versions with a Normal tag
- VERSION_FILTER_RESERVED_VERSION-get only versions with a Reserve tag
- VERSION_FILTER_MERGED_VERSION-get only versions with a Merge tag
- VERSION_FILTER_DELETED_VERSION-get only versions with a Delete tag
- VERSION_FILTER_FROZEN_VERSION-get only versions with a Frozen tag
- VERSION_FILTER_ALL_TAG-get versions with any tag
- VERSION_FILTER_ANY_TAG-get versions with any tag except a Normal tag
- Owning Class
-
CaVersionChooser
- Arguments
-
HINT32 iOption-the Version Status Option
- Return Value
-
None
Example
CaVersionChooser& rVersionChooser = rContext.GetVersionChooser(); rVersionChooser.SetVersionStatusOption(VERSION_FILTER_ALL_TAG);
More information:
- HSDK Programming Fundamentals
- CaContext
|
Copyright © 2013 CA.
All rights reserved.
|
|