FilterNodeFilterString Property |
|
DataPA OpenAnalytics API Reference
Gets the filter string that this node represents.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public string this[
bool FullPath = true,
bool Negative = false
] { get; }
Public ReadOnly Property FilterString (
Optional FullPath As Boolean = true,
Optional Negative As Boolean = false
) As String
Get
public:
virtual property String^ FilterString[bool FullPath = true, bool Negative = false] {
String^ get (bool FullPath = true, bool Negative = false) sealed;
}
function get_FilterString(FullPath, Negative);
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:
StringThe filter string that this node represents.
Return Value
Type:
Stringhe filter string that this node represents.
Remarks See Also