Class DisplayOptionsStore
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("displayoptions")]
public class DisplayOptionsStore : RestControllerBase, IAsyncController, IController, IAsyncManagerContainer
Constructors
DisplayOptionsStore(DisplayOptions, LocalizationService)
Declaration
public DisplayOptionsStore(DisplayOptions displayOptions, LocalizationService localizationService)
Parameters
| Type | Name | Description |
|---|---|---|
| DisplayOptions | displayOptions | |
| LocalizationService | localizationService |
Methods
Get(String)
Declaration
public ActionResult Get(string id)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | id |
Returns
| Type | Description |
|---|---|
| System.Web.Mvc.ActionResult |
Implements
System.Web.Mvc.Async.IAsyncController
System.Web.Mvc.IController
System.Web.Mvc.Async.IAsyncManagerContainer