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 |