Share via


ItemCollection 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 ItemCollection object provides access to the items that are contained by a parent item. New items can be added to the parent collection through the Add method. In addition, items can be deleted from the store with the Remove method.

Methods

Item Add (Name, IsFolder);
Remove (Index);
Item Item (Index);
Long Count ();

Parameters

  • Name
    The name of the item. Items must be named uniquely within their parent.
  • IsFolder
    Indicates whether the item to create should be able to contain other items.
  • Index
    The index used to identify the item in the parent item collection. It can take the form of either an integer that indicates the position of the item or the name of the item.

See Also

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