RelationType
The `RelationType` class represents a relation definition between two node types (content or media).
using Umbraco.Cms.Core.Models;
using Umbraco.Cms.Core.Services;Constructors
new RelationType(string name, string alias, bool isBidrectional, Guid? parentObjectType, Guid? childObjectType)
Properties
.Name
.Alias
.IsBidirectional
.ParentObjectType
.ChildObjectType
Last updated
Was this helpful?