Search Results for

    Show / Hide Table of Contents
    View Source

    Class GetAllRedirectUrlManagementController

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

    Constructors

    View Source

    GetAllRedirectUrlManagementController(IRedirectUrlService, IRedirectUrlPresentationFactory)

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

    Methods

    View Source

    GetAll(CancellationToken, String, Int32, Int32)

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