ConditionSearchNode

Build 1501 on 14/Nov/2017  This topic last edited on: 26/Feb/2014, at 11:08

Here is an example of the <SearchNode> constructed using a ConditionSearchNode:

<SearchNode xsi:type="ConditionSearchNode" Op="Equal">

 <Left xsi:type="AttributeSearchNode" Path="folderObject.author" />

 <Right xsi:type="StringSearchNode" Value="Armando Trovati" />

</SearchNode>

 

Attribute values found in the SearchNode:

xsi:type

The type of node to construct: ConditionSearchNode

Op

The operand to use in the search, e.g., Equal, Containing, etc.

See: opCodes