Click or drag to resize
WebScope Enumeration
Specifies the search scope for a site CAML query.

Namespace: Colygon.MatchPoint.Common.Caml
Assembly: Colygon.MatchPoint (in Colygon.MatchPoint.dll) Version: 2013.11.0.0
Syntax
C#
public enum WebScope
Members
  Member nameValueDescription
Default0The query considers the current web site.
Recursive1The query considers the current web site and all subsites of the current web site.
SiteCollection2The query considers all web sites that are in the same site collection as the current web site.
See Also