The <Left> element defines the left side of the SQL statement.
<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 Left node:
xsi:type |
The type of node to construct: ConditionSearchNode |
Path |
The Attribute or Element to search on. |
See also: