Search Results for

    Show / Hide Table of Contents
    View Source

    Class DynamicRootRepository

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Infrastructure.Persistence.Repositories.Implement
    Assembly: Umbraco.Infrastructure.dll
    Syntax
    public class DynamicRootRepository : IDynamicRootRepository

    Constructors

    View Source

    DynamicRootRepository(IScopeAccessor)

    Declaration
    public DynamicRootRepository(IScopeAccessor scopeAccessor)
    Parameters
    Type Name Description
    IScopeAccessor scopeAccessor

    Methods

    View Source

    FurthestAncestorOrSelfAsync(IEnumerable<Guid>, DynamicRootQueryStep)

    Declaration
    public async Task<Guid?> FurthestAncestorOrSelfAsync(IEnumerable<Guid> origins, DynamicRootQueryStep filter)
    Parameters
    Type Name Description
    IEnumerable<Guid> origins
    DynamicRootQueryStep filter
    Returns
    Type Description
    Task<System.Nullable<Guid>>
    View Source

    FurthestDescendantOrSelfAsync(ICollection<Guid>, DynamicRootQueryStep)

    Declaration
    public async Task<ICollection<Guid>> FurthestDescendantOrSelfAsync(ICollection<Guid> origins, DynamicRootQueryStep filter)
    Parameters
    Type Name Description
    ICollection<Guid> origins
    DynamicRootQueryStep filter
    Returns
    Type Description
    Task<ICollection<Guid>>
    View Source

    NearestAncestorOrSelfAsync(IEnumerable<Guid>, DynamicRootQueryStep)

    Declaration
    public async Task<Guid?> NearestAncestorOrSelfAsync(IEnumerable<Guid> origins, DynamicRootQueryStep filter)
    Parameters
    Type Name Description
    IEnumerable<Guid> origins
    DynamicRootQueryStep filter
    Returns
    Type Description
    Task<System.Nullable<Guid>>
    View Source

    NearestDescendantOrSelfAsync(ICollection<Guid>, DynamicRootQueryStep)

    Declaration
    public async Task<ICollection<Guid>> NearestDescendantOrSelfAsync(ICollection<Guid> origins, DynamicRootQueryStep filter)
    Parameters
    Type Name Description
    ICollection<Guid> origins
    DynamicRootQueryStep filter
    Returns
    Type Description
    Task<ICollection<Guid>>
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • DynamicRootRepository(IScopeAccessor)
    • Methods
      • FurthestAncestorOrSelfAsync(IEnumerable<Guid>, DynamicRootQueryStep)
      • FurthestDescendantOrSelfAsync(ICollection<Guid>, DynamicRootQueryStep)
      • NearestAncestorOrSelfAsync(IEnumerable<Guid>, DynamicRootQueryStep)
      • NearestDescendantOrSelfAsync(ICollection<Guid>, DynamicRootQueryStep)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX