Click or drag to resize
DashboardAPIParametersIndexOf Method DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Gets the index of a given API parameter in the collection

Namespace: DataPAEnterpriseDashboard
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
public int IndexOf(
	string Name
)

Parameters

Name
Type: SystemString
The name of the parameter for which to return the index

Return Value

Type: Int32
The index of a given parameter

Implements

DashboardAPIParameters_DashboardAPIParametersIndexOf(String)
Remarks
Return -1 if the api parameter does not exist in the collection
See Also