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 |