Click or drag to resize
FilterNodesAdd Method (FilterNode, Boolean) DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Adds a FilterNode to this collection.

Namespace: DataPAEnterpriseDashboard
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
public void Add(
	FilterNode FilterNode,
	bool Selected
)

Parameters

FilterNode
Type: DataPAEnterpriseDashboardFilterNode
The object you wish to add to the collection.
Selected
Type: SystemBoolean
True if you wish the object to be selected.
Remarks