DashboardPublishEventArgs Constructor (Boolean, String) |
|
DataPA OpenAnalytics API Reference
Creates and returns a new object.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public DashboardPublishEventArgs(
bool CompletedOK,
string ErrorMessage
)
Public Sub New (
CompletedOK As Boolean,
ErrorMessage As String
)
public:
DashboardPublishEventArgs(
bool CompletedOK,
String^ ErrorMessage
)
DataPAEnterpriseDashboard.DashboardPublishEventArgs = function(CompletedOK, 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 See Also