Class DynamicRoot
Represents a dynamic root configuration for the multi-node picker.
Inheritance
object
Namespace: Umbraco.Cms.Core.PropertyEditors
Assembly: Umbraco.Core.dll
Syntax
[DataContract]
public class DynamicRoot
Constructors
View SourceDynamicRoot()
Declaration
public DynamicRoot()
Properties
View SourceOriginAlias
Gets or sets the origin alias for the dynamic root.
Declaration
[DataMember(Name = "originAlias")]
public string OriginAlias { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
OriginKey
Gets or sets the origin key for the dynamic root.
Declaration
[DataMember(Name = "originKey")]
public Guid? OriginKey { get; set; }
Property Value
| Type | Description |
|---|---|
| Guid? |
QuerySteps
Gets or sets the query steps for traversing the content tree.
Declaration
[DataMember(Name = "querySteps")]
public QueryStep[] QuerySteps { get; set; }
Property Value
| Type | Description |
|---|---|
| QueryStep[] |