Enum UserKind
Represents the kind or type of user.
Namespace: Umbraco.Cms.Core.Models.Membership
Assembly: Umbraco.Core.dll
Syntax
public enum UserKind
Fields
| Name | Description |
|---|---|
| Api | An API-only user that cannot log in to the backoffice. |
| Default | A default backoffice user. |