[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Retrieves a collection of list items from a SharePoint web using the attached query.

Namespace: JohnHolliday.Caml.Net
Assembly:  JohnHolliday.Caml.Net (in JohnHolliday.Caml.Net.dll)

Syntax

C#
public IList<SPListItem> Fetch(
	SPWeb web,
	CAML.CAML..::QueryScope scope
)
Visual Basic (Declaration)
Public Function Fetch ( _
	web As SPWeb, _
	scope As CAML..::QueryScope _
) As IList(Of SPListItem)
Visual C++
public:
virtual IList<SPListItem^>^ Fetch (
	SPWeb^ web, 
	CAML..::QueryScope scope
) sealed

Parameters

web
SPWeb
the web from which to fetch the items
scope
CAML..::QueryScope
specifies the desired query scope

Return Value

a list containing the resulting items

Remarks

The query considers

See Also

CamlQuery Class
JohnHolliday.Caml.Net Namespace