Enum RelationDirectionFilter
Definition of relation directions used as a filter when requesting if a given item has relations.
Namespace: Umbraco.Cms.Core.Models
Assembly: Umbraco.Core.dll
Syntax
[Flags]
public enum RelationDirectionFilter
Fields
| Name | Description |
|---|---|
| Any | Filter to include relations where the item is either the parent or the child. |
| Child | Filter to include relations where the item is the child. |
| Parent | Filter to include relations where the item is the parent. |