Search Results for

    Show / Hide Table of Contents
    View Source

    Class DocumentRecycleBinQueryService

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Core.Services.Querying.RecycleBin
    Assembly: Umbraco.Core.dll
    Syntax
    public class DocumentRecycleBinQueryService : IDocumentRecycleBinQueryService

    Constructors

    View Source

    DocumentRecycleBinQueryService(IEntityService, ICoreScopeProvider, IRelationService)

    Declaration
    public DocumentRecycleBinQueryService(IEntityService entityService, ICoreScopeProvider scopeProvider, IRelationService relationService)
    Parameters
    Type Name Description
    IEntityService entityService
    ICoreScopeProvider scopeProvider
    IRelationService relationService

    Methods

    View Source

    GetOriginalParentAsync(Guid)

    Declaration
    public Task<Attempt<IDocumentEntitySlim, RecycleBinQueryResultType>> GetOriginalParentAsync(Guid trashedDocumentId)
    Parameters
    Type Name Description
    Guid trashedDocumentId
    Returns
    Type Description
    Task<Attempt<IDocumentEntitySlim, RecycleBinQueryResultType>>
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • DocumentRecycleBinQueryService(IEntityService, ICoreScopeProvider, IRelationService)
    • Methods
      • GetOriginalParentAsync(Guid)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX