IPageRetriever Interface |
Namespace: Kentico.Content.Web.Mvc
public interface IPageRetriever
The IPageRetriever type exposes the following members.
Name | Description | |
---|---|---|
Retrieve(String, ActionDocumentQuery, ActionIPageCacheBuilderTreeNode) |
Retrieves pages based on given parameters.
| |
RetrieveTPageType(ActionDocumentQueryTPageType, ActionIPageCacheBuilderTPageType) |
Retrieves pages based on given parameters.
| |
RetrieveAsync(String, ActionDocumentQuery, ActionIPageCacheBuilderTreeNode, NullableCancellationToken) |
Asynchronously retrieves pages based on given parameters.
| |
RetrieveAsyncTPageType(ActionDocumentQueryTPageType, ActionIPageCacheBuilderTPageType, NullableCancellationToken) |
Asynchronously retrieves pages based on given parameters.
| |
RetrieveMultiple |
Retrieves pages of multiple types based on given parameters.
| |
RetrieveMultipleAsync |
Asynchronously retrieves pages of multiple types based on given parameters.
|
Reflects context of current site, culture and site settings for combining the culture with default culture. If the pages are retrieved within the preview, latest data is applied and unpublished pages are automatically included in the result. If the cache minutes are configured in the site settings, cache is applied to the retrieved data when at least cache key is provided.