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