Search Results for

    Show / Hide Table of Contents
    View Source

    Class ByKeyRedirectUrlManagementController

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

    Constructors

    View Source

    ByKeyRedirectUrlManagementController(IRedirectUrlService, IRedirectUrlPresentationFactory)

    Declaration
    public ByKeyRedirectUrlManagementController(IRedirectUrlService redirectUrlService, IRedirectUrlPresentationFactory redirectUrlPresentationFactory)
    Parameters
    Type Name Description
    IRedirectUrlService redirectUrlService
    IRedirectUrlPresentationFactory redirectUrlPresentationFactory

    Methods

    View Source

    ByKey(CancellationToken, Guid, Int32, Int32)

    Declaration
    public Task<ActionResult<PagedViewModel<RedirectUrlResponseModel>>> ByKey(CancellationToken cancellationToken, Guid id, int skip = 0, int take = 100)
    Parameters
    Type Name Description
    CancellationToken cancellationToken
    Guid id
    System.Int32 skip
    System.Int32 take
    Returns
    Type Description
    Task<ActionResult<PagedViewModel<RedirectUrlResponseModel>>>
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • ByKeyRedirectUrlManagementController(IRedirectUrlService, IRedirectUrlPresentationFactory)
    • Methods
      • ByKey(CancellationToken, Guid, Int32, Int32)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX