Search Results for

    Show / Hide Table of Contents

    Enum MessageType

    The message type to be used for syncing across servers.

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

    Fields

    Name Description
    RefreshAll

    Refresh all items of a specific cache type.

    RefreshById

    Refresh specific items by their identifiers.

    RefreshByInstance

    Refresh items by their object instances (local only, cannot be distributed).

    RefreshByJson

    Refresh items using JSON payload data.

    RefreshByPayload

    Refresh items using a typed payload.

    RemoveById

    Remove specific items by their identifiers.

    RemoveByInstance

    Remove items by their object instances (local only, cannot be distributed).

    Extension Methods

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