Search Results for

    Show / Hide Table of Contents
    View Source

    Class BackOfficeLoginModel

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Api.Management
    Assembly: Umbraco.Cms.Api.Management.dll
    Syntax
    public class BackOfficeLoginModel

    Properties

    View Source

    ReturnUrl

    Gets or sets the value of the "ReturnUrl" query parameter or defaults to the configured Umbraco directory.

    Declaration
    public string ReturnUrl { get; set; }
    Property Value
    Type Description
    System.String
    View Source

    UmbracoUrl

    The configured Umbraco directory.

    Declaration
    public string UmbracoUrl { get; set; }
    Property Value
    Type Description
    System.String
    View Source

    UserIsAlreadyLoggedIn

    Declaration
    public bool UserIsAlreadyLoggedIn { get; set; }
    Property Value
    Type Description
    System.Boolean
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX