SoapService


Click here for a complete list of operations.

RemoteFilter

Represents a single filter that can be applied to a Retrieve query

Base Classes

None

Properties

The following properties are provided directly by this class:

Type Name Required
DateRange? DateRangeValue - The filter value for date/time fields where you want to filter on a date range
int? IntValue - The filter value for fields that contain integers ( Used when you only want to filter on a single value )
MultiValueFilter? MultiValue - The filter value for fields that contain integers ( Used when you only want to filter on a set of multiple values )
string? PropertyName - The name of the field being filtered on
string? StringValue - The filter value for fields that contain strings ( This will perform a LIKE wildcard match on the string )