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