Share via


Item Object (Item Retrieval Service)

This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.

The Item object provides the capability to retrieve or modify the content of an object in the store and the collection of Properties for the item. The Item object also provides the capability to save changes back to the store, similar to how the Part State Management service does. In addition, the item can be deleted from the store using the Delete method. The Item object provides the following properties: ID and Content.

Methods

Save ();
Delete ();
PropCol Properties ();
ItemCol Contents ();

Parameters

  • PropCol
    Handle to the properties collection for the item.
  • ItemCol
    Handle to the contained items collection for the item.

See Also

Item Retrieval Service | DDSC Object (Item Retrieval Service) | ItemCollection Object (Item Retrieval Service)