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
    Remarks

    This enum is exposed in CacheRefresher web service through RefreshInstruction, so it is kept as-is for backward compatibility reasons.

    Fields

    Name Description
    RefreshAll

    Refresh all cached items of the specified type.

    RefreshByGuid

    Refresh a single item by its GUID identifier.

    RefreshById

    Refresh a single item by its integer identifier.

    RefreshByIds

    Refresh multiple items by their integer identifiers.

    RefreshByJson

    Refresh items using JSON payload data.

    RemoveById

    Remove an item by its integer identifier.

    Extension Methods

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