Table of Contents

Class RetrievePagesParametersBase<T>

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

Base class for parameters used during pages retrieval. IContentRetriever

public abstract class RetrievePagesParametersBase<T> : RetrieveParametersBase<T> where T : RetrievePagesParametersBase<T>, new()

Type Parameters

T
Inheritance
object
RetrievePagesParametersBase<T>
Derived
Inherited Members
Extension Methods

Constructors

RetrievePagesParametersBase()

protected RetrievePagesParametersBase()

Properties

ChannelName

Name of the website channel from which items will be retrieved. If not specified, the current channel is used.

public string ChannelName { get; init; }

Property Value

string

IncludeUrlPath

Indicates if the URL path should be included in the retrieved data.

public bool IncludeUrlPath { get; init; }

Property Value

bool

PathMatch

Web page tree path for which the query should be limited.

public PathMatch PathMatch { get; init; }

Property Value

PathMatch