Search Results for

    Show / Hide Table of Contents

    Enum RefreshMethodType

    Describes RefreshInstruction refresh action type.

    Namespace: Umbraco.Cms.Core.Sync
    Assembly: Umbraco.Core.dll
    Syntax
    public enum RefreshMethodType : int

    Fields

    Name Description
    RefreshAll
    RefreshByGuid
    RefreshById
    RefreshByIds
    RefreshByJson
    RemoveById

    Extension Methods

    DictionaryExtensions.MergeLeft<RefreshMethodType, TK, TV>(IEnumerable<IDictionary<TK, TV>>, Boolean)
    DictionaryExtensions.MergeLeft<RefreshMethodType, TK, TV>(IDictionary<TK, TV>, Boolean)
    EnumerableExtensions.Yield<RefreshMethodType>()
    ObjectExtensions.AsEnumerableOfOne<RefreshMethodType>()
    ObjectExtensions.ToDictionary<RefreshMethodType, TProperty, TVal>(Expression<Func<RefreshMethodType, TProperty>>[])
    ExpressionHelper.GetPropertyInfo<RefreshMethodType, TProperty>(Expression<Func<RefreshMethodType, TProperty>>)
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX