Search Results for

    Show / Hide Table of Contents
    View Source

    Class UpdateDomainsController

    Inheritance
    System.Object
    ManagementApiControllerBase
    ContentControllerBase
    DocumentControllerBase
    Namespace: Umbraco.Cms.Api.Management.Controllers.Document
    Assembly: Umbraco.Cms.Api.Management.dll
    Syntax
    public class UpdateDomainsController : DocumentControllerBase

    Constructors

    View Source

    UpdateDomainsController(IDomainService, IUmbracoMapper, IDomainPresentationFactory)

    Declaration
    public UpdateDomainsController(IDomainService domainService, IUmbracoMapper umbracoMapper, IDomainPresentationFactory domainPresentationFactory)
    Parameters
    Type Name Description
    IDomainService domainService
    IUmbracoMapper umbracoMapper
    IDomainPresentationFactory domainPresentationFactory

    Methods

    View Source

    Update(CancellationToken, Guid, UpdateDomainsRequestModel)

    Declaration
    public async Task<IActionResult> Update(CancellationToken cancellationToken, Guid id, UpdateDomainsRequestModel updateModel)
    Parameters
    Type Name Description
    CancellationToken cancellationToken
    Guid id
    UpdateDomainsRequestModel updateModel
    Returns
    Type Description
    Task<IActionResult>
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • UpdateDomainsController(IDomainService, IUmbracoMapper, IDomainPresentationFactory)
    • Methods
      • Update(CancellationToken, Guid, UpdateDomainsRequestModel)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX