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 © 2014 CA Technologies.
All rights reserved.
|
|