Search Results for

    Show / Hide Table of Contents
    View Source

    Class RelationViewModel

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.ManagementApi.ViewModels.Relation
    Assembly: Umbraco.Cms.ManagementApi.dll
    Syntax
    public class RelationViewModel

    Properties

    View Source

    ChildId

    Gets or sets the Child Id of the Relation (Destination).

    Declaration
    public int ChildId { get; set; }
    Property Value
    Type Description
    System.Int32
    View Source

    ChildName

    Gets or sets the Child Name of the relation (Destination).

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

    Comment

    Gets or sets a comment for the Relation.

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

    CreateDate

    Gets or sets the date when the Relation was created.

    Declaration
    public DateTime CreateDate { get; set; }
    Property Value
    Type Description
    DateTime
    View Source

    ParentId

    Gets or sets the Parent Id of the Relation (Source).

    Declaration
    public int ParentId { get; set; }
    Property Value
    Type Description
    System.Int32
    View Source

    ParentName

    Gets or sets the Parent Name of the relation (Source).

    Declaration
    public string ParentName { get; set; }
    Property Value
    Type Description
    System.String
    • Improve this Doc
    • View Source
    In This Article
    • Properties
      • ChildId
      • ChildName
      • Comment
      • CreateDate
      • ParentId
      • ParentName
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX