Class ChannelStore
Implements
System.Web.Mvc.Async.IAsyncController
System.Web.Mvc.IController
System.Web.Mvc.Async.IAsyncManagerContainer
Inherited Members
Namespace: EPiServer.Cms.Shell.UI.Rest.Internal
Assembly: EPiServer.Cms.Shell.UI.dll
Version: 11.20.7Syntax
[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