Sharepoint 2010 / Visual Studio SPList.GetItemById() and SPList.Items.GetItemById() When using code to access a specific item in a SharePoint list there is a big difference between the following 2 lines of code: SPList.GetItemById() SPList.Items.GetItemById() The first line is …