Search Results for

    Show / Hide Table of Contents
    View Source

    Class GetStatusRedirectUrlManagementController

    Inheritance
    System.Object
    ManagementApiControllerBase
    RedirectUrlManagementControllerBase
    Namespace: Umbraco.Cms.Api.Management.Controllers.RedirectUrlManagement
    Assembly: Umbraco.Cms.Api.Management.dll
    Syntax
    public class GetStatusRedirectUrlManagementController : RedirectUrlManagementControllerBase

    Constructors

    View Source

    GetStatusRedirectUrlManagementController(IRedirectUrlStatusPresentationFactory)

    Declaration
    public GetStatusRedirectUrlManagementController(IRedirectUrlStatusPresentationFactory redirectUrlStatusPresentationFactory)
    Parameters
    Type Name Description
    IRedirectUrlStatusPresentationFactory redirectUrlStatusPresentationFactory

    Methods

    View Source

    GetStatus(CancellationToken)

    Declaration
    public Task<ActionResult<RedirectUrlStatusResponseModel>> GetStatus(CancellationToken cancellationToken)
    Parameters
    Type Name Description
    CancellationToken cancellationToken
    Returns
    Type Description
    Task<ActionResult<RedirectUrlStatusResponseModel>>
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • GetStatusRedirectUrlManagementController(IRedirectUrlStatusPresentationFactory)
    • Methods
      • GetStatus(CancellationToken)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX