Search Results for

    Show / Hide Table of Contents

    Enum ExternalMemberOperationStatus

    Represents the status of an external member operation.

    Namespace: Umbraco.Cms.Core.Services.OperationStatus
    Assembly: Umbraco.Core.dll
    Syntax
    public enum ExternalMemberOperationStatus

    Fields

    Name Description
    CancelledByNotification

    The operation was cancelled by a notification handler.

    DuplicateEmail

    The operation failed because a member with the same email already exists.

    DuplicateUsername

    The operation failed because a member with the same username already exists.

    NotFound

    The operation failed because the external member could not be found.

    NotImplemented

    The operation is not yet implemented.

    Success

    The operation completed successfully.

    Extension Methods

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