Search Results for

    Show / Hide Table of Contents
    View Source

    Interface IDocumentRecycleBinQueryService

    Namespace: Umbraco.Cms.Core.Services.Querying.RecycleBin
    Assembly: Umbraco.Core.dll
    Syntax
    public interface IDocumentRecycleBinQueryService

    Methods

    View Source

    GetOriginalParentAsync(Guid)

    Declaration
    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
    • Methods
      • GetOriginalParentAsync(Guid)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX