From

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

The <From> node is used with a variable parameter.

SearchConditionList with variable parameter:

 <SearchNode xsi:type="SearchConditionList">

   <List

         xsi:type="SearchCondition"

         Path="[user.groups.name]"

         Op="Containing">

           <From 

                 xsi:type="VariableSearchNode" 

                 Name="groupName" 

                 Type="String"

         />

   </List>

 </SearchNode>

 

Attribute values found in the From using variableparameter:

xsi:type

Declaration that search will use a parameter: VariableSearchNode

Name

The name of the parameter. This name is used when the search is executed as pars=Name:Value

Type

The type of the parameter, that matches the type of attribute being searched. Allowed values are:

String, Integer, DateTime, Float, Double, IdList