Try our conversational search powered by Generative AI!

Class ChannelStore

Inheritance
System.Object
ChannelStore
Implements
System.Web.Mvc.Async.IAsyncController
System.Web.Mvc.IController
System.Web.Mvc.Async.IAsyncManagerContainer
Namespace: EPiServer.Cms.Shell.UI.Rest.Internal
Assembly: EPiServer.Cms.Shell.UI.dll
Version: 11.20.7
Syntax
[RestStore("channel")]
public class ChannelStore : RestControllerBase, IAsyncController, IController, IAsyncManagerContainer

Constructors

ChannelStore(IDisplayChannelService)

Declaration
public ChannelStore(IDisplayChannelService displayChannelService)
Parameters
Type Name Description
IDisplayChannelService displayChannelService

Methods

Get(String, String)

Declaration
public RestResultBase Get(string channelName, string query)
Parameters
Type Name Description
System.String channelName
System.String query
Returns
Type Description
RestResultBase

Implements

System.Web.Mvc.Async.IAsyncController
System.Web.Mvc.IController
System.Web.Mvc.Async.IAsyncManagerContainer

Extension Methods