Table of Contents

Class RetrieveContentParametersBase<T>

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

Base class for parameters used during content items retrieval. IContentRetriever

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

Type Parameters

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

Constructors

RetrieveContentParametersBase()

protected RetrieveContentParametersBase()

Properties

WorkspaceNames

Names of the workspaces from which content should be retrieved.

public IEnumerable<string> WorkspaceNames { get; init; }

Property Value

IEnumerable<string>