List.GetItemById Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
GetItemById(Int32) | |
GetItemById(String) |
GetItemById(Int32)
[Microsoft.SharePoint.Client.Remote]
public Microsoft.SharePoint.Client.ListItem GetItemById (int id);
member this.GetItemById : int -> Microsoft.SharePoint.Client.ListItem
Public Function GetItemById (id As Integer) As ListItem
Parameters
- id
- Int32
Returns
- Attributes