EntryListOptions
Log in to add to favouritesThe 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 |