DashboardAPIParameter Constructor (String, DashboardAPIParameterParamaterTypeEnum) |
|
DataPA OpenAnalytics API Reference
Creates and returns a new DashboardAPIParameter
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public DashboardAPIParameter(
string name,
DashboardAPIParameterParamaterTypeEnum type
)
Public Sub New (
name As String,
type As DashboardAPIParameterParamaterTypeEnum
)
public:
DashboardAPIParameter(
String^ name,
DashboardAPIParameterParamaterTypeEnum type
)
DataPAEnterpriseDashboard.DashboardAPIParameter = function(name, type);
Parameters
- name
- Type: SystemString
The name of the new parameter - type
- Type: DataPAEnterpriseDashboardDashboardAPIParameterParamaterTypeEnum
The type of the new parameter
See Also