Share via


DDSC 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.

During page construction, a single Digital Dashboard Services Component (DDSC) object is inserted into the page by the dashboard factory, making the services this document describes available to Web Parts on that page. In addition, the dashboard factory generates code to call the Init method to initialize the dashboard object. It also can provide the URL of the server that is used to post Web Part state changes and requests.

From the DDSC object, you can retrieve the handle to the active Dashboard object.

Methods

Dashboard Init (DashboardID, DOMObject, StateServiceURL);
Dashboard Dashboard ();

Parameters

  • DashboardID
    The ID of the dashboard, typically a URL. If StateServiceURL is not specified, all state changes will be posted to this location. If StateServiceURL is not specified, the value of this parameter will be supplied as an argument in the calls to the methods POST and GET.
  • DOMObject
    Handle to the top-level DOM node of the dashboard element on the page.
  • StateServiceURL
    Not supported in this release.
  • Dashboard
    Returns a handle to the Dashboard object.

See Also

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