Search Results for

    Show / Hide Table of Contents
    View Source

    Class ResolvedUserToUserGroupManipulationModel

    Represents a resolved model for manipulating user-to-user-group assignments.

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

    Constructors

    View Source

    ResolvedUserToUserGroupManipulationModel()

    Declaration
    public ResolvedUserToUserGroupManipulationModel()

    Properties

    View Source

    UserGroup

    Gets the user group that the users are being added to or removed from.

    Declaration
    public required IUserGroup UserGroup { get; init; }
    Property Value
    Type Description
    IUserGroup
    View Source

    Users

    Gets the array of users involved in the manipulation operation.

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