Search Results for

    Show / Hide Table of Contents

    Interface IIdentityClient

    Namespace: Noxum.Nova.Cms.Client
    Assembly: Noxum.Nova.Cms.Client.dll
    Syntax
    public interface IIdentityClient

    Methods

    GetUserDisplayNameAsync(string, CancellationToken)

    Gets a user's display name.

    Declaration
    Task<CmsObject> GetUserDisplayNameAsync(string name, CancellationToken cancellationToken = default)
    Parameters
    Type Name Description
    string name

    The user's name.

    CancellationToken cancellationToken

    A cancellation token that can be used by other objects or threads to receive notice of cancellation.

    Returns
    Type Description
    Task<CmsObject>

    OK

    Exceptions
    Type Condition
    CmsApiException

    A server side error occurred.

    In this article
    Back to top Version 6.1.0.31rc