Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
SPListItem class
- Package:
- @microsoft/sp-page-context
This class is primarily used with the PageContext class. It provides contextual information for the SharePoint list item that hosts the page.
Remarks
The constructor for this class is marked as internal. Third-party code should not call the constructor directly or create subclasses that extend the SPListItem class.
Properties
| id | The number that identifies the |
Property Details
id
The number that identifies the SPListItem on the server.
readonly id: number;
Property Value
number
