Base solution for your next web application
Open Closed

Edition and Feature #5300


User avatar
0
maharatha created

How to check if a Feature is enabled in an edition using Edition Id ?


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

    You can inject AbpEditionManager. It has a method GetFeatureValueOrNullAsync that receives the editionId and featureName.

    Public virtual Task<string> GetFeatureValueOrNullAsync(int editionId, string featureName);