Retrieves the item specified by the provided ID.
Note: This object is owned by whoever creates it and must be deleted by its owner.
None
HAROBJID iItemId
The item with ID iItemId
Throws CaException on error.
Example
CaHarvest Harvest; CaContext& rContext = Harvest.GetContext(); CaItem *pItem = rContext.GetItemById(32912);
| Copyright © 2013 CA. All rights reserved. |
|