CrossListQueryCache Members
Include Protected Members
Include Inherited Members
Manages the cache for the Cross List Query.
The CrossListQueryCache type exposes the following members.
Constructors
Name | Description | |
---|---|---|
CrossListQueryCache(CrossListQueryInfo) | Creates a CrossListQueryCache object that is based on the CrossListQueryInfo class specification. | |
CrossListQueryCache(CrossListQueryInfo, String) | Creates a CrossListQueryCache object that is based on the CrossListQueryInfo class specification. |
Top
Methods
Name | Description | |
---|---|---|
ContextUrl | Gets the current URL. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetSiteData(SPSite) | Gets the cache data that is based on the CrossListQueryInfo specification. | |
GetSiteData(SPWeb) | Gets the data from the SPWeb object. | |
GetSiteData(SPSite, String) | Gets the cache data from the specified site and from the specified webUrl. | |
GetSiteData(SPWeb, SPSiteDataQuery) | Gets the data by using the specified SPSiteDataQuery object. | |
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. | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top