Search Results for

    Show / Hide Table of Contents

    Enum ServerRole

    The role of a server in an application environment.

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

    Fields

    Name Description
    SchedulingPublisher

    In a multi-servers environment, the server is the Scheduling Publisher.

    Single

    The server is the single server of a single-server environment.

    Subscriber

    In a multi-servers environment, the server is a Subscriber server.

    Unknown

    The server role is unknown.

    Extension Methods

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