Class RetrieveCurrentPageQueryParameters
Parameters for retrieving the current page with fluent API for configuring of the underlying query. IContentRetriever
public sealed class RetrieveCurrentPageQueryParameters : RetrieveQueryParametersBase<RetrieveCurrentPageQueryParameters>
- Inheritance
-
objectRetrieveCurrentPageQueryParameters
- Inherited Members
- Extension Methods
Methods
UrlPathColumns()
Configures URL path columns to be selected.
public RetrieveCurrentPageQueryParameters UrlPathColumns()
Returns
- RetrieveCurrentPageQueryParameters
Returns RetrieveCurrentPageQueryParameters instance to chain further configuration.
Remarks
In case you set the parameter IncludeUrlPath to false
, calling this method is not supported.
The method is used to further parametrize the content query by configuring required columns (WebPageItemID, WebPageItemTreePath, WebPageUrlPath and ContentItemCommonDataContentLanguageID) needed to retrieve the web page URL using Retrieve(int, string, bool, CancellationToken).