Search Results for

    Show / Hide Table of Contents
    View Source

    Class RelationItemModel

    Inheritance
    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
    string
    View Source

    ContentTypeIcon

    Declaration
    public string? ContentTypeIcon { get; set; }
    Property Value
    Type Description
    string
    View Source

    ContentTypeKey

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

    ContentTypeName

    Declaration
    public string? ContentTypeName { get; set; }
    Property Value
    Type Description
    string
    View Source

    NodeAlias

    Declaration
    public string? NodeAlias { get; set; }
    Property Value
    Type Description
    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
    string
    View Source

    NodePublished

    Declaration
    public bool? NodePublished { get; set; }
    Property Value
    Type Description
    bool?
    View Source

    NodeType

    Declaration
    public string? NodeType { get; set; }
    Property Value
    Type Description
    string
    View Source

    RelationTypeIsBidirectional

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

    RelationTypeIsDependency

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

    RelationTypeName

    Declaration
    public string? RelationTypeName { get; set; }
    Property Value
    Type Description
    string
    • Edit this page
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX