Interface IRelationTypeWithIsDependency
Namespace: Umbraco.Cms.Core.Models
Assembly: Umbraco.Core.dll
Syntax
public interface IRelationTypeWithIsDependency : IRelationType, IEntity, IDeepCloneable, IRememberBeingDirty, ICanBeDirty
Properties
View SourceIsDependency
Gets or sets a boolean indicating whether the RelationType should be returned in "Used by"-queries.
Declaration
[DataMember]
bool IsDependency { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |