<List>

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

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:

SearchConditionList Example

Example 6 - Searching by Author and Modified Date