Search Results for

    Show / Hide Table of Contents
    View Source

    Class UserInvitationMessage

    Represents the message data for a user invitation notification.

    Inheritance
    object
    Namespace: Umbraco.Cms.Core.Models
    Assembly: Umbraco.Core.dll
    Syntax
    public class UserInvitationMessage

    Constructors

    View Source

    UserInvitationMessage()

    Declaration
    public UserInvitationMessage()

    Properties

    View Source

    InviteUri

    Gets or sets the URI for the invitation acceptance page.

    Declaration
    public required Uri InviteUri { get; set; }
    Property Value
    Type Description
    Uri
    View Source

    Message

    Gets or sets the custom message to include in the invitation.

    Declaration
    public required string Message { get; set; }
    Property Value
    Type Description
    string
    View Source

    Recipient

    Gets or sets the user who will receive the invitation.

    Declaration
    public required IUser Recipient { get; set; }
    Property Value
    Type Description
    IUser
    View Source

    Sender

    Gets or sets the user who is sending the invitation.

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