Relation
Represents a Relation between two items.
using Umbraco.Cms.Core.Models;Constructors
new Relation(int parentId, int childId, IRelationType relationType)
new Relation(int parentId, int childId, Guid parentObjectType, Guid childObjectType, IRelationType relationType)
Properties
.ChildId
.Comment
.ParentId
.RelationType
.RelationTypeId
Last updated
Was this helpful?