Skip to content

Commit

Permalink
Update listitems-intro.md
Browse files Browse the repository at this point in the history
Clarifying that the option to use when trying to restrict the fields returned on list items to only specific custom fields should be option D, using CAML
  • Loading branch information
KoenZomers authored Dec 1, 2021
1 parent 602cde9 commit 587bf5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/using-the-sdk/listitems-intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ List item count > 100 | [Option B](#b-getting-list-items-via-paging-no-item-limi
Requirements | Recommended approach
-------------|---------------------
You want to also 'expand' list item collections like `RoleAssignments` | [Option C](#c-getting-list-items-via-the-loaditemsbycamlquery-approach): use a CAML query via the `LoadItemsByCamlQuery` methods
You want to have more details on the list item properties (e.g. author name instead of only the author id) | [Option D](#d-using-the-listdataasstream-approach): use a CAML query via the `ListDataAsStream` methods
You want to have more details on the list item properties (e.g. author name instead of only the author id or using a custom added field) | [Option D](#d-using-the-listdataasstream-approach): use a CAML query via the `ListDataAsStream` methods

### A. Getting list items (max 100 items)

Expand Down

0 comments on commit 587bf5e

Please sign in to comment.