Click or drag to resize
DashboardPublishEventArgs Constructor (Boolean, String) DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Creates and returns a new object.

Namespace: DataPAEnterpriseDashboard
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
public DashboardPublishEventArgs(
	bool CompletedOK,
	string ErrorMessage
)

Parameters

CompletedOK
Type: SystemBoolean
True if this publish operation completed OK.
ErrorMessage
Type: SystemString
The message that indicates why the publish operation did not complete.
Remarks