Search Results for

    Show / Hide Table of Contents
    View Source

    Class RelationItem

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Core.Models
    Assembly: Umbraco.Core.dll
    Syntax
    [DataContract(Name = "relationItem", Namespace = "")]
    public class RelationItem

    Properties

    View Source

    ContentTypeAlias

    Declaration
    [DataMember(Name = "alias")]
    public string ContentTypeAlias { get; set; }
    Property Value
    Type Description
    System.String
    View Source

    ContentTypeIcon

    Declaration
    [DataMember(Name = "icon")]
    public string ContentTypeIcon { get; set; }
    Property Value
    Type Description
    System.String
    View Source

    ContentTypeName

    Declaration
    [DataMember(Name = "contentTypeName")]
    public string ContentTypeName { get; set; }
    Property Value
    Type Description
    System.String
    View Source

    NodeId

    Declaration
    [DataMember(Name = "id")]
    public int NodeId { get; set; }
    Property Value
    Type Description
    System.Int32
    View Source

    NodeKey

    Declaration
    [DataMember(Name = "key")]
    public Guid NodeKey { get; set; }
    Property Value
    Type Description
    Guid
    View Source

    NodeName

    Declaration
    [DataMember(Name = "name")]
    public string NodeName { get; set; }
    Property Value
    Type Description
    System.String
    View Source

    NodeType

    Declaration
    [DataMember(Name = "type")]
    public string NodeType { get; set; }
    Property Value
    Type Description
    System.String
    View Source

    NodeUdi

    Declaration
    [DataMember(Name = "udi")]
    public Udi NodeUdi { get; }
    Property Value
    Type Description
    Udi
    View Source

    RelationTypeIsBidirectional

    Declaration
    [DataMember(Name = "relationTypeIsBidirectional")]
    public bool RelationTypeIsBidirectional { get; set; }
    Property Value
    Type Description
    System.Boolean
    View Source

    RelationTypeIsDependency

    Declaration
    [DataMember(Name = "relationTypeIsDependency")]
    public bool RelationTypeIsDependency { get; set; }
    Property Value
    Type Description
    System.Boolean
    View Source

    RelationTypeName

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