Retrieves the version specified by the provided id.
Note: This object is owned by whoever creates it and must be deleted by its owner.
None
HAROBJID iVersionId
The version with ID iVersionId
Throws CaException on error.
Example
CaHarvest Harvest; CaContext& rContext = Harvest.GetContext(); CaVersion *pVersion = rContext.GetVersionById(12345);
| Copyright © 2013 CA. All rights reserved. |
|