Click or drag to resize
IPageRetriever Methods

The IPageRetriever type exposes the following members.

Methods
  NameDescription
Public methodRetrieve(String, ActionDocumentQuery, ActionIPageCacheBuilderTreeNode)
Retrieves pages based on given parameters.
Public methodRetrieveTPageType(ActionDocumentQueryTPageType, ActionIPageCacheBuilderTPageType)
Retrieves pages based on given parameters.
Public methodRetrieveAsync(String, ActionDocumentQuery, ActionIPageCacheBuilderTreeNode, NullableCancellationToken)
Asynchronously retrieves pages based on given parameters.
Public methodRetrieveAsyncTPageType(ActionDocumentQueryTPageType, ActionIPageCacheBuilderTPageType, NullableCancellationToken)
Asynchronously retrieves pages based on given parameters.
Public methodRetrieveMultiple
Retrieves pages of multiple types based on given parameters.
Public methodRetrieveMultipleAsync
Asynchronously retrieves pages of multiple types based on given parameters.
Top
See Also