Search Results for

    Show / Hide Table of Contents
    View Source

    Class UserInviteModel

    Represents the model used for inviting a new user to the system.

    Inheritance
    object
    UserCreateModel
    Namespace: Umbraco.Cms.Core.Models
    Assembly: Umbraco.Core.dll
    Syntax
    public class UserInviteModel : UserCreateModel
    Remarks

    Extends UserCreateModel with an optional message to include in the invitation.

    Constructors

    View Source

    UserInviteModel()

    Declaration
    public UserInviteModel()

    Properties

    View Source

    Message

    Gets or sets an optional custom message to include in the invitation email.

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