Search Results for

    Show / Hide Table of Contents
    View Source

    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 Source

    GetPublishedMember(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, null.

    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX