Click or drag to resize

BaseListCamlQueryExecute Method

Namespace:  Colygon.MatchPoint.Common.Caml
Assembly:  Colygon.MatchPoint (in Colygon.MatchPoint.dll) Version: 2016.10.0.0
Syntax
C#
protected SPListItemCollection Execute(
	SPList list,
	SPQuery q,
	string viewXml,
	IEnumerable<ViewField> viewFields
)

Parameters

list
Type: SPList
q
Type: SPQuery
viewXml
Type: SystemString
viewFields
Type: System.Collections.GenericIEnumerableViewField

Return Value

Type: SPListItemCollection
See Also