CrossListQueryCache.GetSiteData Method
Include Protected Members
Include Inherited Members
Returns the data that the CrossListQueryInfo object specifies in the constructor.
Overload List
Name | Description | |
---|---|---|
GetSiteData(SPSite) | Gets the cache data that is based on the CrossListQueryInfo specification. | |
GetSiteData(SPWeb) | Gets the cache 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 cache data using the specified SPSiteDataQuery object. |
Top