Click or drag to resize
ManagedDashboardHttpApplicationPath Property DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Gets and sets the the ApplicationPath for this Managed Dashboard.

Namespace: DataPAEnterpriseDashboard
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
public string HttpApplicationPath { get; set; }

Property Value

Type: String
The ApplicationPath for this Managed Dashboard.

Return Value

Type: String
The ApplicationPath for this Managed Dashboard.
Remarks
Only applicable if the object is being rendered from a web application. Used to build the HTML to render the dashboard on the web.
See Also