Search Results for

    Show / Hide Table of Contents
    View Source

    Class RelationReferenceModel

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Api.Management.ViewModels.Relation
    Assembly: Umbraco.Cms.Api.Management.dll
    Syntax
    public sealed class RelationReferenceModel

    Constructors

    View Source

    RelationReferenceModel(Guid)

    Declaration
    public RelationReferenceModel(Guid id)
    Parameters
    Type Name Description
    Guid id

    Properties

    View Source

    Id

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

    Name

    Declaration
    public string Name { get; set; }
    Property Value
    Type Description
    System.String
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • RelationReferenceModel(Guid)
    • Properties
      • Id
      • Name
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX