Namespace Umbraco.Cms.Core.Models.Membership
Classes
ChangeBackOfficeUserPasswordModel
Represents the model for changing a backoffice user's password.
ChangeUserPasswordModel
Represents the model for changing a user's password.
ContentPermissionSet
Represents an IContent -> user group & permission key value pair collection
EntityPermission
Represents an entity permission (defined on the user group and derived to retrieve permissions for a given user)
EntityPermissionCollection
A System.Collections.Generic.HashSet<T> of EntityPermission
EntityPermissionSet
Represents an entity -> user group & permission key value pair collection
ErrorMessageResult
Represents a base class for operation results that may contain an error message.
IdentityCreationResult
Represents the result of an identity creation operation.
MemberExportModel
Represents the model for exporting member data.
MemberExportProperty
Represents a property for member export data.
MemberFilter
Represents filter criteria for querying members.
PersistedPasswordSettings
The data stored against the user for their password configuration
ReadOnlyUserGroup
Represents a read-only implementation of a user group providing basic information.
User
Represents a backoffice user
UserCreationResult
Represents the result of a user creation operation.
UserData
Represents user-specific data storage.
UserFilter
Represents filter criteria for querying users.
UserGroup
Represents a Group for a Backoffice User
UserInvitationResult
Represents the result of a user invitation operation.
UserProfile
Represents a user profile containing basic user information.
UserUnlockResult
Represents the result of a user unlock operation.
Interfaces
IMembershipUser
IProfile
Defines the User Profile interface
IReadOnlyUserGroup
A readonly user group providing basic information
IUser
Defines the interface for a User
IUserData
Defines the contract for user-specific data storage.
IUserGroup
Represents a user group in Umbraco.
Enums
MemberCountType
The types of members to count
MemberKind
Represents the kind or type of member.
UserKind
Represents the kind or type of user.
UserOrder
Specifies the field by which to order user query results.
UserState
The state of a user