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

Namespace: DataPAEnterpriseDashboard
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
public void Add(
	ref DashboardAPIParameter Item,
	ref Object Before = null,
	ref Object After = null
)

Parameters

Item
Type: DataPAEnterpriseDashboardDashboardAPIParameter
The DashboardAPIParameter to add to this collection.
Before (Optional)
Type: SystemObject
Optional. An expression that specifies a relative position in the DashboardAPIParameters. The element to be added is placed in the collection before the element identified by the Before argument. If Before is a numeric expression, it must be a number from 1 through the value of the DashboardAPIParameters Count Property. If Before is a String expression, it must correspond to the Name of a DashboardAPIParameter in the DashboardAPIParameters. You cannot specify both Before and After.
After (Optional)
Type: SystemObject
Optional. An expression that specifies a relative position in the DashboardAPIParameters. The element to be added is placed in the collection after the element identified by the After argument. If After is a numeric expression, it must be a number from 1 through the value of the DashboardAPIParameters Count Property. If After is a String expression, it must correspond to the Name of a DashboardAPIParameter in the DashboardAPIParameters. You cannot specify both Before and After.

Implements

DashboardAPIParameters_DashboardAPIParametersAdd(DashboardAPIParameter, Object, Object)
Remarks