Search Results for

    Show / Hide Table of Contents
    View Source

    Class CollectPublishedCacheController

    Inheritance
    System.Object
    ManagementApiControllerBase
    PublishedCacheControllerBase
    Namespace: Umbraco.Cms.Api.Management.Controllers.PublishedCache
    Assembly: Umbraco.Cms.Api.Management.dll
    Syntax
    public class CollectPublishedCacheController : PublishedCacheControllerBase

    Constructors

    View Source

    CollectPublishedCacheController(IPublishedSnapshotService)

    Declaration
    public CollectPublishedCacheController(IPublishedSnapshotService publishedSnapshotService)
    Parameters
    Type Name Description
    IPublishedSnapshotService publishedSnapshotService

    Methods

    View Source

    Collect(CancellationToken)

    Declaration
    public async Task<IActionResult> Collect(CancellationToken cancellationToken)
    Parameters
    Type Name Description
    CancellationToken cancellationToken
    Returns
    Type Description
    Task<IActionResult>
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • CollectPublishedCacheController(IPublishedSnapshotService)
    • Methods
      • Collect(CancellationToken)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX