Click or drag to resize
ListCamlQueryExecute Method (SPList)
Executes the CAML query on the specified list.

Namespace: Colygon.MatchPoint.Common.Caml
Assembly: Colygon.MatchPoint (in Colygon.MatchPoint.dll) Version: 2013.11.0.0
Syntax
C#
public SPListItemCollection Execute(
	SPList list
)

Parameters

list
Type: SPList

Return Value

Type: SPListItemCollection
See Also