Interface IIgnoreUserStartNodesConfig
Marker interface for any editor configuration that supports Ignoring user start nodes
Namespace: Umbraco.Cms.Core.PropertyEditors
Assembly: Umbraco.Core.dll
Syntax
public interface IIgnoreUserStartNodesConfig
Properties
View SourceIgnoreUserStartNodes
Gets or sets a value indicating whether to ignore user start nodes when selecting content.
Declaration
bool IgnoreUserStartNodes { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |