Click or drag to resize
SiteSearchQueryExecute Method
Executes the CAML query on the specified web.

Namespace: Colygon.MatchPoint.Common.Caml
Assembly: Colygon.MatchPoint (in Colygon.MatchPoint.dll) Version: 2013.11.0.0
Syntax
C#
public IEnumerable<ISPItem> Execute(
	SPWeb web
)

Parameters

web
Type: SPWeb

Return Value

Type: IEnumerableISPItem
See Also