Search Results for

    Show / Hide Table of Contents
    View Source

    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 Source

    ManagementApiComposer()

    Declaration
    public ManagementApiComposer()

    Methods

    View Source

    Compose(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.

    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX