Table of Contents

Class RetrievePagesOfReusableSchemasQueryParameters

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

Parameters for retrieving web pages of reusable schemas with fluent API for configuring of the underlying query. IContentRetriever

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

Methods

UrlPathColumns()

Configures URL path columns to be selected.

public RetrievePagesOfReusableSchemasQueryParameters UrlPathColumns()

Returns

RetrievePagesOfReusableSchemasQueryParameters

Returns RetrievePagesOfReusableSchemasQueryParameters 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).