Search Results for

    Show / Hide Table of Contents

    Enum Direction

    Represents the direction when replacing an attribute value while parsing macros.

    Namespace: Umbraco.Cms.Core.Deploy
    Assembly: Umbraco.Core.dll
    Syntax
    public enum Direction

    Fields

    Name Description
    FromArtifact

    Replacing an attribute value while converting from an artifact.

    ToArtifact

    Replacing an attribute value while converting to an artifact.

    Extension Methods

    DictionaryExtensions.MergeLeft<Direction, TK, TV>(IEnumerable<IDictionary<TK, TV>>, Boolean)
    DictionaryExtensions.MergeLeft<Direction, TK, TV>(IDictionary<TK, TV>, Boolean)
    EnumerableExtensions.Yield<Direction>()
    EnumExtensions.HasFlagAny<Direction>(Direction)
    ObjectExtensions.AsEnumerableOfOne<Direction>()
    ObjectExtensions.DisposeIfDisposable()
    ObjectExtensions.SafeCast<T>()
    ObjectExtensions.TryConvertTo<T>()
    ObjectExtensions.TryConvertTo(Type)
    ObjectExtensions.ToDictionary<Direction, TProperty, TVal>(Expression<Func<Direction, TProperty>>[])
    ObjectExtensions.ToDictionary<TVal>(String[])
    ObjectExtensions.ToXmlString(Type)
    ObjectExtensions.ToXmlString<T>()
    ObjectExtensions.AsGuid()
    ExpressionHelper.GetPropertyInfo<Direction, TProperty>(Expression<Func<Direction, TProperty>>)
    CollectionExtensions.ToSingleItemCollection<Direction>()
    • Improve this Doc
    • View Source
    In This Article
    • Fields
    • Extension Methods
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX