Search Results for

    Show / Hide Table of Contents
    View Source

    Class RelationItemModel

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Core.Models
    Assembly: Umbraco.Core.dll
    Syntax
    public class RelationItemModel

    Properties

    View Source

    ContentTypeAlias

    Declaration
    public string ContentTypeAlias { get; set; }
    Property Value
    Type Description
    System.String
    View Source

    ContentTypeIcon

    Declaration
    public string ContentTypeIcon { get; set; }
    Property Value
    Type Description
    System.String
    View Source

    ContentTypeName

    Declaration
    public string ContentTypeName { get; set; }
    Property Value
    Type Description
    System.String
    View Source

    NodeKey

    Declaration
    public Guid NodeKey { get; set; }
    Property Value
    Type Description
    Guid
    View Source

    NodeName

    Declaration
    public string NodeName { get; set; }
    Property Value
    Type Description
    System.String
    View Source

    NodeType

    Declaration
    public string NodeType { get; set; }
    Property Value
    Type Description
    System.String
    View Source

    RelationTypeIsBidirectional

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

    RelationTypeIsDependency

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

    RelationTypeName

    Declaration
    public string RelationTypeName { get; set; }
    Property Value
    Type Description
    System.String
    • Improve this Doc
    • View Source
    In This Article
    • Properties
      • ContentTypeAlias
      • ContentTypeIcon
      • ContentTypeName
      • NodeKey
      • NodeName
      • NodeType
      • RelationTypeIsBidirectional
      • RelationTypeIsDependency
      • RelationTypeName
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX