Interface IMemberUserStore
A custom user store that uses Umbraco member data
Namespace: Umbraco.Cms.Core.Security
Assembly: Umbraco.Infrastructure.dll
Syntax
public interface IMemberUserStore
Methods
View SourceGetPublishedMember(MemberIdentityUser)
Returns the published member content associated with the specified MemberIdentityUser.
Declaration
IPublishedContent? GetPublishedMember(MemberIdentityUser user)
Parameters
| Type | Name | Description |
|---|---|---|
| MemberIdentityUser | user | The member identity user whose published member content is to be retrieved. |
Returns
| Type | Description |
|---|---|
| IPublishedContent | The published member content if found; otherwise, |