SpiraPlan: ImportExport SOAP Web Service

See all 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:

Name Type Description Required
DateRangeValueDateRange? The filter value for date/time fields where you want to filter on a date range
IntValueint? The filter value for fields that contain integers ( Used when you only want to filter on a single value )
MultiValueMultiValueFilter? The filter value for fields that contain integers ( Used when you only want to filter on a set of multiple values )
PropertyNamestring? The name of the field being filtered on
StringValuestring? The filter value for fields that contain strings ( This will perform a LIKE wildcard match on the string )