LicenseService.IsApproachingUserLimit Method
- Namespace:
- Weavy.Core.Services
- Assembly:
- Weavy.Core.dll
IsApproachingUserLimit(License)
Gets a value indicating if the number of users in the system is approaching the user limit in the license.
public static bool IsApproachingUserLimit(License license)
Parameters
- license
- License
The license to check, if null
will check the currently installed license.
Returns
bool