Click or drag to resize
FilterNodeFilterString Property DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Gets the filter string that this node represents.

Namespace: DataPAEnterpriseDashboard
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
public string this[
	bool FullPath = true,
	bool Negative = false
] { get; }

Parameters

FullPath (Optional)
Type: SystemBoolean
True if you want to include parent conditions.
Negative (Optional)
Type: SystemBoolean
True if you want the condition to exclude values represented by this node.

Property Value

Type: String
The filter string that this node represents.

Return Value

Type: String
he filter string that this node represents.
Remarks