SaaS CMS has officially launched! Learn more now.

Class ContentQueryProvider

Inheritance
System.Object
ContentQueryProvider
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: EPiServer.Cms.Shell.UI.Rest.ContentQuery.Internal
Assembly: EPiServer.Cms.Shell.UI.dll
Version: 11.20.7
Syntax
[ServiceConfiguration(typeof(IContentQueryProvider))]
public class ContentQueryProvider : IContentQueryProvider, IQueryProvider<IContent>

Constructors

ContentQueryProvider(IEnumerable<IContentQuery>)

Declaration
public ContentQueryProvider(IEnumerable<IContentQuery> queries)
Parameters
Type Name Description
System.Collections.Generic.IEnumerable<IContentQuery> queries

Methods

GetQuery(String, IQueryParameters)

Declaration
public virtual IRestQuery<IContent> GetQuery(string queryName, IQueryParameters parameters)
Parameters
Type Name Description
System.String queryName
IQueryParameters parameters
Returns
Type Description
IRestQuery<IContent>

Implements

Extension Methods