SPListItem class
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