Click or drag to resize
DashboardAPIParameter Constructor (String, DashboardAPIParameterParamaterTypeEnum, Object) DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Creates and returns a new DashboardAPIParameter

Namespace: DataPAEnterpriseDashboard
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
public DashboardAPIParameter(
	string name,
	DashboardAPIParameterParamaterTypeEnum type,
	Object value
)

Parameters

name
Type: SystemString
The name of the new parameter
type
Type: DataPAEnterpriseDashboardDashboardAPIParameterParamaterTypeEnum
The type of the new parameter
value
Type: SystemObject
The value of the new parameter
See Also