Table of Contents

Class RetrieveAllPagesQueryParameters

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

Parameters for retrieving web pages of all content types with fluent API for configuring of the underlying query. IContentRetriever

public sealed class RetrieveAllPagesQueryParameters : RetrieveMultipleQueryParametersBase<RetrieveAllPagesQueryParameters>
Inheritance
object
RetrieveAllPagesQueryParameters
Inherited Members
Extension Methods

Methods

UrlPathColumns()

Configures URL path columns to be selected.

public RetrieveAllPagesQueryParameters UrlPathColumns()

Returns

RetrieveAllPagesQueryParameters

Returns RetrieveAllPagesQueryParameters 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, WebPageItemWebsiteChannelId and ContentItemCommonDataContentLanguageID) needed to retrieve the web page URL using Retrieve(int, string, bool, CancellationToken).