Base solution for your next web application
Open Closed

How do you assign a feature to a tenant? #3264


User avatar
0
fengol created

How do you assign a feature to a tenant, or enable a feature for a tenant?


1 Answer(s)
  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi,

    You can use TenantManager to do this.

    await TenantManager.SetFeatureValueAsync(1, "FeatureName", "FeatureValue");
    

    Thanks.