Skip to content

Commit 9e191e2

Browse files
Update README.md
1 parent 6f98e60 commit 9e191e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ import { "CLASS_NAME" } from 'spfxhelper';
4646
| [**getListBytitle**](https://github.com/SumitKanchan4/SPFx/wiki/List-Operations#getlistbytitle) | returns the list details by title |
4747
| [**getListItemByID**](https://github.com/SumitKanchan4/SPFx/wiki/List-Operations#getListItemByID) | get the list items based on the item ID |
4848
| [**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 |
5050
| [**getListItemsByQuery**](https://github.com/SumitKanchan4/SPFx/wiki/List-Operations#getListItemsByQuery) | get the list items based on the query parameter |
5151
| [**getListMetadata**](https://github.com/SumitKanchan4/SPFx/wiki/List-Operations#getListMetadata) | returns the list metadata required to create the list |
5252
| [**getListsDetailsByBaseTemplateID**](https://github.com/SumitKanchan4/SPFx/wiki/List-Operations#getListsDetailsByBaseTemplateID) | Returns the lists based on the template ID |

0 commit comments

Comments
 (0)