Class BackOfficeLoginModel
Inheritance
System.Object
Namespace: Umbraco.Cms.Api.Management
Assembly: Umbraco.Cms.Api.Management.dll
Syntax
public class BackOfficeLoginModel
Properties
View SourceReturnUrl
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 |
UmbracoUrl
The configured Umbraco directory.
Declaration
public string UmbracoUrl { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
UserIsAlreadyLoggedIn
Declaration
public bool UserIsAlreadyLoggedIn { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |