CrossListQueryCache.GetSiteDataResults Method
Include Protected Members
Include Inherited Members
Overload List
Name | Description | |
---|---|---|
GetSiteDataResults(SPSite, Boolean) | Gets the results of the current query on the specified site. The query will be run against an SPList if use SpQueryOnList is set to true. Otherwise, the query will be run against a site or Web. | |
GetSiteDataResults(SPWeb, Boolean) | Gets the results of the passed in query parameter on the specified web or list. | |
GetSiteDataResults(SPSite, String, Boolean) | Returns the results of the current query on the specified site. | |
GetSiteDataResults(SPWeb, SPSiteDataQuery, Boolean) | Gets the results of the passed-in query parameter on the specified web or list. |
Top