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