Table of Contents

Class RetrievePagesQueryParameters

Namespace
Kentico.Content.Web.Mvc
Assembly
Kentico.Content.Web.Mvc.dll

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
object
RetrievePagesQueryParameters
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).