Class ContentPickerConfiguration
Represents the configuration for the content picker property editor.
Inheritance
object
Namespace: Umbraco.Cms.Core.PropertyEditors
Assembly: Umbraco.Core.dll
Syntax
public class ContentPickerConfiguration : IIgnoreUserStartNodesConfig
Constructors
View SourceContentPickerConfiguration()
Declaration
public ContentPickerConfiguration()
Properties
View SourceIgnoreUserStartNodes
Gets or sets a value indicating whether to ignore user start nodes when selecting content.
Declaration
[ConfigurationField("ignoreUserStartNodes")]
public bool IgnoreUserStartNodes { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |