[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 within a single web.
Namespace: JohnHolliday.Caml.Net
Assembly:
JohnHolliday.Caml.Net (in JohnHolliday.Caml.Net.dll)
Syntax
C# |
---|
IList<SPListItem> Fetch(
SPWeb web
) |
Visual Basic (Declaration) |
---|
Function Fetch ( _
web As SPWeb _
) As IList(Of SPListItem) |
Visual C++ |
---|
IList<SPListItem^>^ Fetch (
SPWeb^ web
) |
Parameters
- web
- SPWeb
The web to which the query will be applied
Return Value
a list of SPListItem objects
See Also
ICamlQuery Interface
JohnHolliday.Caml.Net Namespace