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 SourceResolvedUserToUserGroupManipulationModel()
Declaration
public ResolvedUserToUserGroupManipulationModel()
Properties
View SourceUserGroup
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 |
Users
Gets the array of users involved in the manipulation operation.
Declaration
public required IUser[] Users { get; init; }
Property Value
| Type | Description |
|---|---|
| IUser[] |