Search Results for

    Show / Hide Table of Contents
    View Source

    Class UpdateMemberProfileResult

    Inheritance
    System.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
    System.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
    System.String message
    Returns
    Type Description
    UpdateMemberProfileResult
    View Source

    Success()

    Declaration
    public static UpdateMemberProfileResult Success()
    Returns
    Type Description
    UpdateMemberProfileResult
    • Improve this Doc
    • View Source
    In This Article
    • Properties
      • ErrorMessage
      • Status
    • Methods
      • Error(String)
      • Success()
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX