SPList::GetItems method (SPView)
SharePoint 2013
Returns a collection of items from the list based on the specified view.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Parameters
- view
- Type: Microsoft.SharePoint.SPView
The view to use in selecting list items.
| Exception | Condition |
|---|---|
| ArgumentNullException | view is null (Nothing in Visual Basic). |
Show: