Table of Contents

Class RetrieveContentOfContentTypesParameters

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

Parameters used during retrieval of content items with specified content types. IContentRetriever

public sealed class RetrieveContentOfContentTypesParameters : RetrieveContentParametersBase<RetrieveContentOfContentTypesParameters>
Inheritance
object
RetrieveContentOfContentTypesParameters
Inherited Members
Extension Methods

Constructors

RetrieveContentOfContentTypesParameters()

public RetrieveContentOfContentTypesParameters()

Properties

IncludeUrlPath

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

public bool IncludeUrlPath { get; init; }

Property Value

bool