Search Results for

    Show / Hide Table of Contents
    View Source

    Interface IMediaRecycleBinQueryService

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

    Methods

    View Source

    GetOriginalParentAsync(Guid)

    Declaration
    Task<Attempt<IMediaEntitySlim, RecycleBinQueryResultType>> GetOriginalParentAsync(Guid trashedMediaId)
    Parameters
    Type Name Description
    Guid trashedMediaId
    Returns
    Type Description
    Task<Attempt<IMediaEntitySlim, RecycleBinQueryResultType>>
    • Improve this Doc
    • View Source
    In This Article
    • Methods
      • GetOriginalParentAsync(Guid)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX