Search Results for

    Show / Hide Table of Contents
    View Source

    Class UpdateMemberProfileResult

    Inheritance
    object
    Namespace: Umbraco.Cms.Core.Security
    Assembly: Umbraco.Core.dll
    Syntax
    public class UpdateMemberProfileResult

    Properties

    View Source

    ErrorMessage

    Declaration
    public string? ErrorMessage { get; }
    Property Value
    Type Description
    string
    View Source

    Status

    Declaration
    public UpdateMemberProfileStatus Status { get; }
    Property Value
    Type Description
    UpdateMemberProfileStatus

    Methods

    View Source

    Error(string)

    Declaration
    public static UpdateMemberProfileResult Error(string message)
    Parameters
    Type Name Description
    string message
    Returns
    Type Description
    UpdateMemberProfileResult
    View Source

    Success()

    Declaration
    public static UpdateMemberProfileResult Success()
    Returns
    Type Description
    UpdateMemberProfileResult
    • Edit this page
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX