Class ManagementApiComposer
Responsible for composing and configuring the components required for the Management API in Umbraco CMS.
Inheritance
object
Namespace: Umbraco.Cms.Api.Management
Assembly: Umbraco.Cms.Api.Management.dll
Syntax
public class ManagementApiComposer : IComposer, IDiscoverable
Constructors
View SourceManagementApiComposer()
Declaration
public ManagementApiComposer()
Methods
View SourceCompose(IUmbracoBuilder)
Composes the management API services into the Umbraco builder.
Declaration
public void Compose(IUmbracoBuilder builder)
Parameters
| Type | Name | Description |
|---|---|---|
| IUmbracoBuilder | builder | The Umbraco builder to add services to. |