Search Results for

    Show / Hide Table of Contents
    View Source

    Interface IRelationTypeWithIsDependency

    Namespace: Umbraco.Cms.Core.Models
    Assembly: Umbraco.Core.dll
    Syntax
    public interface IRelationTypeWithIsDependency : IRelationType, IEntity, IDeepCloneable, IRememberBeingDirty, ICanBeDirty

    Properties

    View Source

    IsDependency

    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
    • Improve this Doc
    • View Source
    In This Article
    • Properties
      • IsDependency
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX