[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Retrieves matching list items from a single list.
Namespace: JohnHolliday.Caml.Net
Assembly:
JohnHolliday.Caml.Net (in JohnHolliday.Caml.Net.dll)
Syntax
C# |
---|
IList<SPListItem> Fetch(
SPList list
) |
Visual Basic (Declaration) |
---|
Function Fetch ( _
list As SPList _
) As IList(Of SPListItem) |
Visual C++ |
---|
IList<SPListItem^>^ Fetch (
SPList^ list
) |
Parameters
- list
- SPList
the list to which the query will be applied
Return Value
a list of SPListItem objects
See Also