This class can filter user search results based on specific values for a
ProfileField
.
Type Template
<...>
<fieldID>xs:long</fieldID>
<maxValue>xs:string</maxValue>
<minValue>xs:string</minValue>
<value>xs:string</value>
<...>Note: Element descriptions are split into information that's
relevant when you're creating an instance of this type and information
relevant when you're receiving an instance of it. Occasionally these
will differ.
Elements
| Element |
Description |
| fieldID
|
- Setting
-
Sets the ID of the
ProfileField
used to filter the user results.
- Getting
-
Gets the ID of the
ProfileField
used to filter the user results.
|
| maxValue
|
- Setting
-
Sets the maximum value that will be used to filter the user results. Only user results with a value less
than this value for this
ProfileField
will be returned.
- Getting
-
Gets the maximum value that will be used to filter the user results. Only user results with a value less
than this value for this
ProfileField
will be returned.
|
| minValue
|
- Setting
-
Sets the minimum value that will be used to filter the user results. Only user results with a value greater
than this value for this
ProfileField
will be returned.
- Getting
-
Gets the minimum value that will be used to filter the user results. Only user results with a value greater
than this value for this
ProfileField
will be returned.
|
| value
|
- Setting
-
Sets the value that will be used to filter the user results. Only user results with this exact value
for this
ProfileField
will be returned.
- Getting
|