Search Results for

    Show / Hide Table of Contents
    View Source

    Interface IPublishStatusManagementService

    Namespace: Umbraco.Cms.Core.Services.Navigation
    Assembly: Umbraco.Core.dll
    Syntax
    public interface IPublishStatusManagementService

    Methods

    View Source

    AddOrUpdateStatusAsync(Guid, CancellationToken)

    Declaration
    Task AddOrUpdateStatusAsync(Guid documentKey, CancellationToken cancellationToken)
    Parameters
    Type Name Description
    Guid documentKey
    CancellationToken cancellationToken
    Returns
    Type Description
    Task
    View Source

    AddOrUpdateStatusWithDescendantsAsync(Guid, CancellationToken)

    Declaration
    Task AddOrUpdateStatusWithDescendantsAsync(Guid rootDocumentKey, CancellationToken cancellationToken)
    Parameters
    Type Name Description
    Guid rootDocumentKey
    CancellationToken cancellationToken
    Returns
    Type Description
    Task
    View Source

    InitializeAsync(CancellationToken)

    Declaration
    Task InitializeAsync(CancellationToken cancellationToken)
    Parameters
    Type Name Description
    CancellationToken cancellationToken
    Returns
    Type Description
    Task
    View Source

    RemoveAsync(Guid, CancellationToken)

    Declaration
    Task RemoveAsync(Guid documentKey, CancellationToken cancellationToken)
    Parameters
    Type Name Description
    Guid documentKey
    CancellationToken cancellationToken
    Returns
    Type Description
    Task
    • Improve this Doc
    • View Source
    In This Article
    • Methods
      • AddOrUpdateStatusAsync(Guid, CancellationToken)
      • AddOrUpdateStatusWithDescendantsAsync(Guid, CancellationToken)
      • InitializeAsync(CancellationToken)
      • RemoveAsync(Guid, CancellationToken)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX