Class DynamicRootQueryStep
Represents a query step configuration that defines how to traverse or filter the content tree during dynamic root resolution.
Inheritance
object
Namespace: Umbraco.Cms.Core.DynamicRoot.QuerySteps
Assembly: Umbraco.Core.dll
Syntax
public class DynamicRootQueryStep
Constructors
View SourceDynamicRootQueryStep()
Declaration
public DynamicRootQueryStep()
Properties
View SourceAlias
Gets or sets the alias identifying the type of query step to execute (e.g., "NearestAncestorOrSelf", "FurthestDescendantOrSelf").
Declaration
public string Alias { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
AnyOfDocTypeKeys
Empty means all Doctypes
Declaration
public IEnumerable<Guid> AnyOfDocTypeKeys { get; set; }
Property Value
| Type | Description |
|---|---|
| IEnumerable<Guid> |