Search Results for

    Show / Hide Table of Contents

    Enum UserState

    The state of a user

    Namespace: Umbraco.Cms.Core.Models.Membership
    Assembly: Umbraco.Core.dll
    Syntax
    public enum UserState

    Fields

    Name Description
    Active

    The user is active and can log in.

    All

    Represents all user states (used for filtering).

    Disabled

    The user is disabled and cannot log in.

    Inactive

    The user has never logged in.

    Invited

    The user has been invited but has not yet accepted.

    LockedOut

    The user is locked out due to too many failed login attempts.

    Extension Methods

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