Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Panel
titlePwsProjectBdDashboardDescriptor
  • PwsProjectBdDashboardDescriptor
    • ProjectBdDashboardId: Int32
    • ProjectBdDashboardUid: Int64
    • ProjectBdDashboardName: String (50)

Elements


Element

Data Type

Required?

Description

Sample Data

ProjectBdDashboardId

Int32

No

The Belladati dashboard Id is a unique identifier for a Belladati dashboard. For internal use only.


ProjectBdDashboardUid

Int64

One of ProjectBdDashboardUid or ProjectBdDashboardName is required

A unique and immutable identifier for a Belladati dashboard.

1152921504606848960

ProjectBdDashboardName

String

See ProjectBdDashboardUid

The Belladati dashboard name is a unique identifier for a Belladati dashboard.

Resource List 

Usage Example(s)


Code Block
languagexml
titleExample 01
collapsetrue
                    <a:PwsProjectBdDashboardDescriptor>
                        <ProjectBdDashboardId i:nil="true" xmlns="http://projectorpsa.com/DataContracts/Shared/Common/"/>
                        <ProjectBdDashboardUid xmlns="http://projectorpsa.com/DataContracts/Shared/Common/">1152921504606848960</ProjectBdDashboardUid>
                        <a:ProjectBdDashboardName>Resource List</a:ProjectBdDashboardName>
                     </a:PwsProjectBdDashboardDescriptor>