Class UserResendInviteModel
Represents the model used for resending an invitation to a user.
Inheritance
object
Namespace: Umbraco.Cms.Core.Models
Assembly: Umbraco.Core.dll
Syntax
public class UserResendInviteModel
Constructors
View SourceUserResendInviteModel()
Declaration
public UserResendInviteModel()
Properties
View SourceInvitedUserKey
Gets or sets the unique key of the user whose invitation should be resent.
Declaration
public Guid InvitedUserKey { get; set; }
Property Value
| Type | Description |
|---|---|
| Guid |
Message
Gets or sets an optional custom message to include in the resent invitation email.
Declaration
public string? Message { get; set; }
Property Value
| Type | Description |
|---|---|
| string |