Search Results for

    Show / Hide Table of Contents
    View Source

    Class MediaRecycleBinQueryService

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

    Constructors

    View Source

    MediaRecycleBinQueryService(IEntityService, ICoreScopeProvider, IRelationService)

    Declaration
    public MediaRecycleBinQueryService(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<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
    • Constructors
      • MediaRecycleBinQueryService(IEntityService, ICoreScopeProvider, IRelationService)
    • Methods
      • GetOriginalParentAsync(Guid)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX