EntryListOptions
Log in to add to favouritesPage last updated 22 January 2024
The EntryListOptions type defines several parameters for ordering, sorting, and paging lists.
Properties
| Name | Type | Description |
|---|---|---|
| ContentTypeId | string |
The content type identifier to list entries by |
| FieldLinkDepths | Dictionary<string, int> |
The link depths to resolve link entries to for specific field paths |
| Fields | IList<string> |
The list of fields to return in the entries |
| Language | string |
The language of entries to limit the listing to |
| LinkDepth | int |
The depth to resolve linked entries to |
| Order | IList<string> |
A list of fields to re-order the listing by |
| PageOptions | PageOptions | The paging options for the listing |
| PageSize | int |
The number of items to return |