A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More

Interface IQueryProvider<T>

Namespace: EPiServer.Shell.Rest
Assembly: EPiServer.Shell.dll
Version: 11.20.7
Syntax
public interface IQueryProvider<T>
Type Parameters
Name Description
T

Methods

GetQuery(String, IQueryParameters)

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

Extension Methods