Class RelationViewModel
Inheritance
System.Object
Namespace: Umbraco.Cms.ManagementApi.ViewModels.Relation
Assembly: Umbraco.Cms.ManagementApi.dll
Syntax
public class RelationViewModel
Properties
View SourceChildId
Gets or sets the Child Id of the Relation (Destination).
Declaration
public int ChildId { get; set; }
Property Value
Type | Description |
---|---|
System. |
ChildName
Gets or sets the Child Name of the relation (Destination).
Declaration
public string ChildName { get; set; }
Property Value
Type | Description |
---|---|
System. |
Comment
Gets or sets a comment for the Relation.
Declaration
public string Comment { get; set; }
Property Value
Type | Description |
---|---|
System. |
CreateDate
Gets or sets the date when the Relation was created.
Declaration
public DateTime CreateDate { get; set; }
Property Value
Type | Description |
---|---|
Date |
ParentId
Gets or sets the Parent Id of the Relation (Source).
Declaration
public int ParentId { get; set; }
Property Value
Type | Description |
---|---|
System. |
ParentName
Gets or sets the Parent Name of the relation (Source).
Declaration
public string ParentName { get; set; }
Property Value
Type | Description |
---|---|
System. |