Class UserInviteModel
Represents the model used for inviting a new user to the system.
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 SourceUserInviteModel()
Declaration
public UserInviteModel()
Properties
View SourceMessage
Gets or sets an optional custom message to include in the invitation email.
Declaration
public string? Message { get; set; }
Property Value
| Type | Description |
|---|---|
| string |