A set of filtering options used for searching links.
| Name | Type | Nullable? | Summary |
|---|---|---|---|
| MaxResults | Int32 | This field is nullable. |
The maximum number of results to return, or null to have no restriction.
|
| SearchText | String | This field is nullable. | The text to perform a SQL LIKE search with. Searches are performed against the title and description fields. |
| CreatedDateFrom | DateTime | The minimum created date to filter on. | |
| CreatedDateTo | DateTime | The maximum created date to filter on. | |
| ModifiedDateFrom | DateTime | The minimum last modified date to filter on. | |
| ModifiedDateTo | DateTime | The maximum last modified date to filter on. | |
| CategoryIDs | Int32[] | This field is nullable. | The category IDs to filter on. |
| CreatedUIDs | Guid[] | This field is nullable. | The UID(s) of the creating user(s) to filter on. |