Determines whether [is new license available] [the specified license key].
Namespace:
FlowWright.cDevDeAPI
Assembly:
cDevDeAPI (in cDevDeAPI.dll)
public static bool isNewLicenseAvailable(
string licenseKey,
string expireDate
)
Public Shared Function isNewLicenseAvailable ( _
licenseKey As String, _
expireDate As String _
) As Boolean
public:
static bool^ isNewLicenseAvailable(
String^ licenseKey,
String^ expireDate
)
Parameters
- licenseKey
- Type: String
The license key.
- expireDate
- Type: String
The expire date.
Return Value
true if [is new license available] [the specified license key]; otherwise,
false.