DataPA Enterprise Dashboard Controls API Reference 
        
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
      
    
 Adds a FilterNode to this collection.
 
        
        Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
| C# | 
|---|
public void Add( FilterNode FilterNode, bool Selected )  | 
| Visual Basic | 
|---|
Public Sub Add ( FilterNode As FilterNode, Selected As Boolean )  | 
| Visual C++ | 
|---|
public: virtual void Add( FilterNode^ FilterNode, bool Selected ) sealed  | 
Parameters
- FilterNode
 - Type: DataPAEnterpriseDashboard..::..FilterNode
The object you wish to add to the collection. 
- Selected
 - Type: System..::..Boolean
True if you wish the object to be selected.