Class QueryStep
Represents a query step for dynamic root traversal in the multi-node picker.
Inheritance
object
Namespace: Umbraco.Cms.Core.PropertyEditors
Assembly: Umbraco.Core.dll
Syntax
[DataContract]
public class QueryStep
Constructors
View SourceQueryStep()
Declaration
public QueryStep()
Properties
View SourceAlias
Gets or sets the alias of the query step.
Declaration
[DataMember(Name = "alias")]
public string Alias { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
AnyOfDocTypeKeys
Gets or sets the document type keys to filter by.
Declaration
[DataMember(Name = "anyOfDocTypeKeys")]
public IEnumerable<Guid> AnyOfDocTypeKeys { get; set; }
Property Value
| Type | Description |
|---|---|
| IEnumerable<Guid> |