You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,7 +46,7 @@ import { "CLASS_NAME" } from 'spfxhelper';
46
46
| [**getListBytitle**](https://github.com/SumitKanchan4/SPFx/wiki/List-Operations#getlistbytitle) | returns the list details by title |
47
47
| [**getListItemByID**](https://github.com/SumitKanchan4/SPFx/wiki/List-Operations#getListItemByID) | get the list items based on the item ID |
48
48
| [**getListItems**](https://github.com/SumitKanchan4/SPFx/wiki/List-Operations#getListItems) | returns all the list items based on the row count. If row count is not provided will return max i.e.. 100 |
49
-
| [**getListByNextLink**](https://github.com/SumitKanchan4/SPFx/wiki/List-Operations#getListByNextLink) | returns the items based on the next link provided |
49
+
| [**getListItemsByNextLink**](https://github.com/SumitKanchan4/SPFx/wiki/List-Operations#getListByNextLink) | returns the items based on the next link provided |
50
50
| [**getListItemsByQuery**](https://github.com/SumitKanchan4/SPFx/wiki/List-Operations#getListItemsByQuery) | get the list items based on the query parameter |
51
51
| [**getListMetadata**](https://github.com/SumitKanchan4/SPFx/wiki/List-Operations#getListMetadata) | returns the list metadata required to create the list |
52
52
| [**getListsDetailsByBaseTemplateID**](https://github.com/SumitKanchan4/SPFx/wiki/List-Operations#getListsDetailsByBaseTemplateID) | Returns the lists based on the template ID |
0 commit comments