Multiple choice technology web technology

What does SPListItem represent?

  1. A single row in the list

  2. A single list in the site

  3. A single field in the list

  4. A single item in the list

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

SPListItem represents a single row/item in a SharePoint list - it's the object model representation of one list item. Option B is incorrect - SPList represents the entire list, not a single item. Option C is wrong - SPField represents a field/column. Option D is redundant with A.