Search Results for

    Show / Hide Table of Contents

    Enum MemberEditingOperationStatus

    Represents the status of a member editing operation.

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

    Fields

    Name Description
    CancelledByNotificationHandler

    The operation was cancelled by a notification handler.

    DisableTwoFactorFailed

    Failed to disable two-factor authentication for the member.

    DuplicateEmail

    A member with the same email address already exists.

    DuplicateUsername

    A member with the same username already exists.

    InvalidEmail

    The provided email address is invalid or empty.

    InvalidName

    The provided member name is invalid or empty.

    InvalidPassword

    The provided password does not meet the password requirements.

    InvalidUsername

    The provided username is invalid or empty.

    MemberNotFound

    The specified member was not found.

    MemberTypeNotFound

    The specified member type was not found.

    PasswordChangeFailed

    Failed to change the member's password.

    RoleAssignmentFailed

    Failed to assign or remove roles for the member.

    Success

    The member editing operation completed successfully.

    Unknown

    An unknown error occurred during the operation.

    UnlockFailed

    Failed to unlock the member account.

    Extension Methods

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