View Source
Class DynamicRootRepository
Inheritance
System.Object
Assembly: Umbraco.Infrastructure.dll
Syntax
public class DynamicRootRepository : IDynamicRootRepository
Constructors
View Source
DynamicRootRepository(IScopeAccessor)
Declaration
public DynamicRootRepository(IScopeAccessor scopeAccessor)
Parameters
Methods
View Source
FurthestAncestorOrSelfAsync(IEnumerable<Guid>, DynamicRootQueryStep)
Declaration
public async Task<Guid?> FurthestAncestorOrSelfAsync(IEnumerable<Guid> origins, DynamicRootQueryStep filter)
Parameters
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
Returns
Type |
Description |
Task<ICollection<Guid>> |
|
View Source
NearestAncestorOrSelfAsync(IEnumerable<Guid>, DynamicRootQueryStep)
Declaration
public async Task<Guid?> NearestAncestorOrSelfAsync(IEnumerable<Guid> origins, DynamicRootQueryStep filter)
Parameters
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
Returns
Type |
Description |
Task<ICollection<Guid>> |
|