Search Results for

    Show / Hide Table of Contents

    Enum ExternalLoginOperationStatus

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

    Fields

    Name Description
    AuthenticationOptionsNotFound
    AuthenticationSchemeNotFound
    ExternalInfoNotFound
    IdentityFailure
    IdentityNotFound
    InvalidProviderKey
    InvalidSecret
    Success
    Unauthorized
    Unknown
    UnlinkingDisabled
    UserNotFound
    UserSecretNotFound

    Extension Methods

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