Table of Contents

Interface ITenantService

Namespace
Oqtane.Services
Assembly
Oqtane.Client.dll

Service to manage Tenants on the Oqtane installation.

public interface ITenantService

Methods

GetTenantAsync(int)

Get one specific Tenant

Task<Tenant> GetTenantAsync(int tenantId)

Parameters

tenantId int

ID-reference of the Tenant

Returns

Task<Tenant>

GetTenantsAsync()

Get all Tenants

Task<List<Tenant>> GetTenantsAsync()

Returns

Task<List<Tenant>>