Search Results for

    Show / Hide Table of Contents
    View Source

    Class RelationTypeBaseModel

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Api.Management.ViewModels.RelationType
    Assembly: Umbraco.Cms.Api.Management.dll
    Syntax
    public class RelationTypeBaseModel

    Properties

    View Source

    IsBidirectional

    Gets or sets a boolean indicating whether the RelationType is Bidirectional (true) or Parent to Child (false)

    Declaration
    public bool IsBidirectional { get; set; }
    Property Value
    Type Description
    System.Boolean
    View Source

    IsDependency

    Gets or sets a boolean indicating whether the RelationType should be returned in "Used by"-queries.

    Declaration
    public bool IsDependency { get; set; }
    Property Value
    Type Description
    System.Boolean
    View Source

    Name

    Gets or sets the name of the model.

    Declaration
    [Required]
    public string Name { get; set; }
    Property Value
    Type Description
    System.String
    • Improve this Doc
    • View Source
    In This Article
    • Properties
      • IsBidirectional
      • IsDependency
      • Name
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX