FilterNodesAdd Method (FilterNode, Boolean) |
|
DataPA OpenAnalytics API Reference
Adds a FilterNode to this collection.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public void Add(
FilterNode FilterNode,
bool Selected
)
Public Sub Add (
FilterNode As FilterNode,
Selected As Boolean
)
public:
virtual void Add(
FilterNode^ FilterNode,
bool Selected
) sealed
function Add(FilterNode, 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 See Also