SPList.GetItems Method
Include Protected Members
Include Inherited Members
Returns a collection of items from the list.
Overload List
Name | Description | |
---|---|---|
GetItems(SPQuery) | Returns a collection of items from the list based on the specified query. | |
GetItems(SPView) | Returns a collection of list items from the list based on the specified view. | |
GetItems(SPQuery, String) | Returns a collection of list items from the list based on the specified query and view. |
Top