Search Results for

    Show / Hide Table of Contents

    Enum UserOperationStatus

    Used to signal a user operation succeeded or an atomic failure reason

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

    Fields

    Name Description
    AdminUserGroupMustNotBeEmpty
    AvatarFileNotFound
    CancelledByNotification
    CannotDelete
    CannotDeleteSelf
    CannotDisableInvitedUser
    CannotDisableSelf
    CannotInvite
    CannotPasswordReset
    ContentNodeNotFound
    ContentStartNodeNotFound
    DuplicateEmail
    DuplicateId
    DuplicateUserName
    EmailCannotBeChanged
    Forbidden
    InvalidAvatar
    InvalidEmail
    InvalidInviteToken
    InvalidIsoCode
    InvalidPasswordResetToken
    MediaNodeNotFound
    MediaStartNodeNotFound
    MissingUser
    MissingUserGroup
    NodeNotFound
    NotInInviteState
    NoUserGroup
    SelfOldPasswordRequired
    SelfPasswordResetNotAllowed
    Success
    Unauthorized
    UnknownFailure
    UserNameIsNotEmail
    UserNotFound

    Extension Methods

    DictionaryExtensions.MergeLeft<UserOperationStatus, TK, TV>(IEnumerable<IDictionary<TK, TV>>, Boolean)
    DictionaryExtensions.MergeLeft<UserOperationStatus, TK, TV>(IDictionary<TK, TV>, Boolean)
    EnumerableExtensions.Yield<UserOperationStatus>()
    ObjectExtensions.AsEnumerableOfOne<UserOperationStatus>()
    ObjectExtensions.DisposeIfDisposable()
    ObjectExtensions.SafeCast<T>()
    ObjectExtensions.TryConvertTo<T>()
    ObjectExtensions.TryConvertTo(Type)
    ObjectExtensions.ToDictionary<UserOperationStatus, TProperty, TVal>(Expression<Func<UserOperationStatus, TProperty>>[])
    ObjectExtensions.ToDictionary<TVal>(String[])
    ObjectExtensions.ToXmlString(Type)
    ObjectExtensions.ToXmlString<T>()
    ObjectExtensions.AsGuid()
    ExpressionHelper.GetPropertyInfo<UserOperationStatus, TProperty>(Expression<Func<UserOperationStatus, TProperty>>)
    CollectionExtensions.ToSingleItemCollection<UserOperationStatus>()
    • Improve this Doc
    • View Source
    In This Article
    • Fields
    • Extension Methods
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX