The <List> node defines the conditions for the search. For multiple search conditions, create multiple search nodes.
SearchConditionList with a fixed parameter value:
<SearchNode xsi:type="SearchConditionList">
<List
Path="[folderObject.author]"
Op="Equal"
FromValue="Armando Trovati"
ToValue=""
/>
</SearchNode>
Attribute values found in the List using fixed parameter value:
Path |
The Attribute or Element to search on, enclosed in [ ]. |
Op |
The operand to use in the search, e.g., Equal, Containing, etc. See: opCodes |
FromValue |
The "From" value, or unique value |
ToValue |
The "To" value (if range is to be used) |
See also:
Example 6 - Searching by Author and Modified Date