Show / Hide Table of Contents

Class ImpersonateTenantModal

Inheritance
object
SaasHostPageModel
ImpersonateTenantModal
Namespace: Volo.Saas.Host.Pages.Saas.Host.Tenants
Assembly: Volo.Saas.Host.Web.dll
Syntax
public class ImpersonateTenantModal : SaasHostPageModel

Constructors

ImpersonateTenantModal()

Declaration
public ImpersonateTenantModal()

Fields

ReturnUrl

Declaration
public string ReturnUrl
Field Value
Type Description
string

Properties

DefaultAdminUserName

Declaration
public string DefaultAdminUserName { get; set; }
Property Value
Type Description
string

TenantId

Declaration
public Guid TenantId { get; set; }
Property Value
Type Description
Guid

Methods

OnGet(Guid)

Declaration
public void OnGet(Guid tenantId)
Parameters
Type Name Description
Guid tenantId
In this article
Back to top Powered by Volosoft