Search Results for

    Show / Hide Table of Contents
    View Source

    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 Source

    UserResendInviteModel()

    Declaration
    public UserResendInviteModel()

    Properties

    View Source

    InvitedUserKey

    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
    View Source

    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
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX