Share via


DDSC 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 LoadItem method is provided on the Digital Dashboard Services Component (DDSC) object.

Methods

Item LoadItem (ID, LONG LoadFlag);

Parameters

  • ID
    The identifier to the item (typically a URL) that should be loaded.
  • StateFlag
    If personalization is supported by the store, StateFlag controls whether the Web Part properties retrieved are specific to the user or global (apply to all users). Possible values are the following:
    • USER (0)
    • GLOBAL (1)
  • Item
    The item retrieved.

See Also

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