Click or drag to resize
ManagedDashboardPublish Method DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Publishes this Dashboard to DataPA Enterprise

Namespace: DataPAEnterpriseDashboard
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
public bool Publish(
	ClientConfig ClientConfig,
	string Category = "",
	ref string ErrMessage = ""
)

Parameters

ClientConfig
Type: DataPAClientConfigClientConfig
A valid ClientConfig object
Category (Optional)
Type: SystemString
The UniqueID or Name of the Category to publish to (if blank will publish to the category defined in the dashboard, or the default category if not set)
ErrMessage (Optional)
Type: SystemString
Any error message returned by the publish method.

Return Value

Type: Boolean
True if the dashboard was published.
Remarks