Click or drag to resize
EnterpriseServiceClient. LoadDashboard 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 bool LoadDashboard(
	string sMMFName,
	string DashboardFile,
	string UserID,
	string Password,
	string SecurityCode,
	bool NeedMutex
)

Parameters

sMMFName
Type: System.String
DashboardFile
Type: System.String
UserID
Type: System.String
Password
Type: System.String
SecurityCode
Type: System.String
NeedMutex
Type: System.Boolean

Return Value

Type: Boolean

Implements

IEnterpriseService.LoadDashboard(String, String, String, String, String, Boolean)
See Also