Share via


Dashboard Object (Part Discovery 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.

This Dashboard object is the encapsulation of the current dashboard. It contains the collection of all Web Parts on the dashboard and makes it possible for Web Parts to modify the dashboard state. Web Parts that are in the dashboard folder but do not appear on the page can be accessed only through the Web Part retrieval service. The Dashboard object provides the following properties: DashboardID and DOMObject.

Methods

PartCol Parts ();

Parameters

  • Parts
    Returns a handle to the PartCol collection object that contains all of the Web Parts on the page.

See Also

Part Discovery Service | DDSC Object (Part Discovery Service) | Part Object (Part Discovery Service) | PartCollection Object (Part Discovery Service) | Part Discovery Service Example