Search Results for

    Show / Hide Table of Contents

    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.

    Extension Methods

    ObjectExtensions.ToXmlString(object, Type)
    ObjectExtensions.ToXmlString<T>(object)
    ObjectExtensions.TryConvertTo(object, Type)
    ObjectExtensions.TryConvertTo<T>(object)
    ExpressionHelper.GetPropertyInfo<RelationDirectionFilter, TProperty>(RelationDirectionFilter, Expression<Func<RelationDirectionFilter, TProperty>>)
    DictionaryExtensions.MergeLeft<RelationDirectionFilter, TK, TV>(RelationDirectionFilter, IDictionary<TK, TV>, bool)
    DictionaryExtensions.MergeLeft<RelationDirectionFilter, TK, TV>(RelationDirectionFilter, IEnumerable<IDictionary<TK, TV>>, bool)
    EnumerableExtensions.Yield<RelationDirectionFilter>(RelationDirectionFilter)
    ObjectExtensions.AsEnumerableOfOne<RelationDirectionFilter>(RelationDirectionFilter)
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX