Enum MemberKind
Represents the kind or type of member.
Namespace: Umbraco.Cms.Core.Models.Membership
Assembly: Umbraco.Core.dll
Syntax
public enum MemberKind
Fields
| Name | Description |
|---|---|
| Api | A member created through the API. |
| Default | A default member created through standard registration. |
| ExternalOnly | An external-only member backed by the lightweight umbracoExternalMember table, not the content system. Authenticated via an external provider. |