SaaS CMS has officially launched! Learn more now.

Class ContentQueryBase<T>

Inheritance
System.Object
ContentQueryBase<T>
Namespace: EPiServer.Cms.Shell.UI.Rest.ContentQuery
Assembly: EPiServer.Cms.Shell.UI.dll
Version: 11.20.7
Syntax
public abstract class ContentQueryBase<T> : ContentQueryBase, IContentQuery<T>, IContentQuery, IRestQuery<IContent> where T : IContentQueryCategory
Type Parameters
Name Description
T

Constructors

ContentQueryBase(IContentRepository, IContentQueryHelper)

Declaration
protected ContentQueryBase(IContentRepository contentRepository, IContentQueryHelper queryHelper)
Parameters
Type Name Description
IContentRepository contentRepository
IContentQueryHelper queryHelper

Implements

Extension Methods