Search Results for

    Show / Hide Table of Contents

    Enum ListCloneBehavior

    Namespace: Umbraco.Cms.Core.Collections
    Assembly: Umbraco.Core.dll
    Syntax
    public enum ListCloneBehavior

    Fields

    Name Description
    Always

    When set, DeepClone will always clone all items

    CloneOnce

    When set, DeepClone will clone the items one time and the result list behavior will be None

    None

    When set, DeepClone will not clone any items

    Extension Methods

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