LicenseService.IsInvalid Method
- Namespace:
- Weavy.Core.Services
- Assembly:
- Weavy.Core.dll
IsInvalid(License)
Gets a value indicating whether the specified license is invalid.
public static bool IsInvalid(License license)
Parameters
- license
- License
Returns
System.Boolean
true
if the license has expired and/or version is not allowed, otherwise false
.