Search |
public class SearchRequest
The SearchRequest type exposes the following members.
Name | Description | |
---|---|---|
![]() | SearchRequest | Initializes a new instance of the SearchRequest class |
Name | Description | |
---|---|---|
![]() | DataState | Defines the DataState of the FormData that should be returned |
![]() | DaysBack | Obsolete. |
![]() | Filters | List of searchfilters that should be applied to the search |
![]() | IgnoreFilter | If this is set to true, the service will ignore any predefined DataFilters |
![]() | IgnorePaging | If true, the return size limits will be disabled |
![]() | MediaMode | Defines how MediaData is returned from the server |
![]() | OnlyForUser | Obsolete. |
![]() | Operator | Defines the operator that should be used between each filter |
![]() | Page | The page (zero based) to be retrieved. |
![]() | ParentDataIds |
By submitting a list of ParentDataIds, there will only be returned data, that is subform rows for those ParentDataIds. This is only usable when searching in forms that is a subform to another form. |
![]() | ReturnSize | Defines how many FormData objects there should be returned. This value is also uused for page-size. |
![]() | RowVersion | Set this if you have previously stored the rowversion and doing a synchronization, only later data will be received then. Often used together with ReturnSize parameter. If this is filled, SearchFilters in Filters will be ignored. |
![]() | SortByColumn |
The column index that the result should be sorted by.
Additional sort by indexes: -1: Submitter username -2: Submitted date -3: Rowversion column -4: Last updater username -5: Last updated date -6: Data Id |
![]() | SortDescending | If true sort the result descending. |
![]() | SubFormDataMode | Defines how SubForm data should be returned from the service |
![]() | SubFormDataOrder | Defines how returned subform data should be ordered |
![]() | VersionId | The versionid of the Form |