Skip to main content
All docs
V25.2
  • IMultiTenancyApplicationBuilder.WithTenantResolver<TTenantResolver>() Method

    Enables automatic tenant detection based on user login with the specified tenant resolver type.

    Namespace: DevExpress.ExpressApp.MultiTenancy.Xpo

    Assembly: DevExpress.ExpressApp.MultiTenancy.Xpo.v25.2.dll

    NuGet Package: DevExpress.ExpressApp.MultiTenancy.XPO

    Declaration

    void WithTenantResolver<TTenantResolver>()
        where TTenantResolver : class, ITenantResolver

    Type Parameters

    Name Description
    TTenantResolver

    The type of the tenant resolver.

    See Also