SPSiteDataQuery members
Represents a query that can be performed across multiple lists in multiple Web sites in the same Web site collection.
The SPSiteDataQuery type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SPSiteDataQuery | Initializes a new instance of the SPSiteDataQuery class. |
Top
Properties
Name | Description | |
---|---|---|
Lists | Gets or sets the inner XML that specifies which lists to include in the query. | |
Query | Gets or sets the inner XML that defines the query. | |
QueryThrottleMode | Gets or sets a value that indicates the throttling mode to be applied to the query. | |
RowLimit | Gets or sets a limit for the number of items in the query that are returned per page. | |
ViewFields | Gets or sets the inner XML that specifies the view fields used in the query. | |
Webs | Gets or sets the inner XML that specifies which Web sites to include in the query. as specified by the Scope attribute on the Webs tag in the query. By default, the query considers the current Web site, that is, the Web site from which the |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top