Skip to main content
All docs
V26.1
  • ITenantResolver.GetTenantId(String) Method

    Determines the ID of a tenant based on user login.

    Namespace: DevExpress.ExpressApp.MultiTenancy

    Assembly: DevExpress.ExpressApp.v26.1.dll

    Declaration

    Guid? GetTenantId(
        string userLogin
    )

    Parameters

    Name Type Description
    userLogin String

    The user login.

    Returns

    Type Description
    Nullable<Guid>

    The tenant identifier. The property returns null if the tenant cannot be determined for the specified user login.

    See Also