Search Results for

    Show / Hide Table of Contents
    View Source

    Interface IInviteUriProvider

    Provides functionality to create invite URIs for users.

    Namespace: Umbraco.Cms.Core.Security
    Assembly: Umbraco.Core.dll
    Syntax
    public interface IInviteUriProvider

    Methods

    View Source

    CreateInviteUriAsync(IUser)

    Creates an invite URI for the specified user.

    Declaration
    Task<Attempt<Uri, UserOperationStatus>> CreateInviteUriAsync(IUser invitee)
    Parameters
    Type Name Description
    IUser invitee

    The user being invited.

    Returns
    Type Description
    Task<Attempt<Uri, UserOperationStatus>>

    An attempt containing the generated invite URI or an error status.

    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX