A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More

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