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

Use this enumeration to specify the scope of a site data query.

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

Syntax

C#
public enum QueryScope
Visual Basic (Declaration)
Public Enumeration QueryScope
Visual C++
public enum class QueryScope

Members

Member nameDescription
WebOnly
The query considers only the current SPWeb object.
Recursive
The query considers all Web sites that are descended from the current SPWeb object.
SiteCollection
The query considers all Web sites that are in the same site collection as the current Web site.

See Also