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
    All
    Disabled
    Inactive
    Invited
    LockedOut

    Extension Methods

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