IMultiTenancyServiceGetTenantInfo Method (Guid)

Gets minimal information about the tenant with the specified ID.

Namespace:  Dundas.BI.AccountServices.MultiTenancy
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
TenantInfo GetTenantInfo(
	Guid id
)

Parameters

id
Type: SystemGuid
The ID of the tenant.

Return Value

Type: TenantInfo
The tenant corresponding to the specified ID.
Exceptions
ExceptionCondition
ArgumentExceptionid is Empty.
NotFoundExceptionA tenant with the given ID does not exist.
FeatureNotEnabledExceptionThe multi-tenancy features of the application are not enabled.
NoPrivilegeExceptionThe caller is not a member of the specified tenant.
InvalidSessionExceptionThe caller context is not associated with a valid session.
See Also