CrossListQueryCache.GetSiteData method
Gets 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 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. |
Top