Click or drag to resize
EnterpriseServiceClientPublishDashboard Method DataPA OpenAnalytics
DataPA OpenAnalytics API Reference

Namespace: DataPAEnterpriseDashboard.EnterpriseService
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
public string PublishDashboard(
	string ID,
	byte[] DashboardFile,
	ref string DashboardFileName,
	string SecurityList,
	bool Overwrite,
	string UserID,
	string Password,
	string SecurityCode
)

Parameters

ID
Type: SystemString
DashboardFile
Type: SystemByte
DashboardFileName
Type: SystemString
SecurityList
Type: SystemString
Overwrite
Type: SystemBoolean
UserID
Type: SystemString
Password
Type: SystemString
SecurityCode
Type: SystemString

Return Value

Type: String

Implements

IEnterpriseServicePublishDashboard(String, Byte, String, String, Boolean, String, String, String)
See Also