Search Results for

    Show / Hide Table of Contents
    View Source

    Interface IDynamicRootRepository

    Namespace: Umbraco.Cms.Core.DynamicRoot.QuerySteps
    Assembly: Umbraco.Core.dll
    Syntax
    public interface IDynamicRootRepository

    Methods

    View Source

    FurthestAncestorOrSelfAsync(IEnumerable<Guid>, DynamicRootQueryStep)

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

    FurthestDescendantOrSelfAsync(ICollection<Guid>, DynamicRootQueryStep)

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

    NearestAncestorOrSelfAsync(IEnumerable<Guid>, DynamicRootQueryStep)

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

    NearestDescendantOrSelfAsync(ICollection<Guid>, DynamicRootQueryStep)

    Declaration
    Task<ICollection<Guid>> NearestDescendantOrSelfAsync(ICollection<Guid> origins, DynamicRootQueryStep queryStep)
    Parameters
    Type Name Description
    ICollection<Guid> origins
    DynamicRootQueryStep queryStep
    Returns
    Type Description
    Task<ICollection<Guid>>
    • Improve this Doc
    • View Source
    In This Article
    • 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