Try our conversational search powered by Generative AI!

Class UIDescriptorStore

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

Constructors

UIDescriptorStore(UIDescriptorRegistry)

Declaration
public UIDescriptorStore(UIDescriptorRegistry uiDescriptorRegistry)
Parameters
Type Name Description
UIDescriptorRegistry uiDescriptorRegistry

Methods

Get()

Declaration
public RestResult Get()
Returns
Type Description
RestResult

Implements

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

Extension Methods