Search Results for

    Show / Hide Table of Contents
    View Source

    Class UserInvitationResult

    Represents the result of a user invitation operation.

    Inheritance
    object
    ErrorMessageResult
    Namespace: Umbraco.Cms.Core.Models.Membership
    Assembly: Umbraco.Core.dll
    Syntax
    public class UserInvitationResult : ErrorMessageResult

    Constructors

    View Source

    UserInvitationResult()

    Declaration
    public UserInvitationResult()

    Properties

    View Source

    InvitedUser

    Gets or initializes the invited user, if the operation succeeded.

    Declaration
    public IUser? InvitedUser { get; init; }
    Property Value
    Type Description
    IUser
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX