Try our conversational search powered by Generative AI!

Class DisplayOptionsStore

Inheritance
System.Object
DisplayOptionsStore
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("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

Extension Methods