IsLicenseTypeASubscriptionLicense

Description

Returns whether the provided license type is a subscription

This API requires the use of QLM Engine version 6.0.00 or higher.

 bool IsLicenseTypeASubscriptionLicense(ELicenseType licenseType)

Arguments

NameData TypeDescription

licenseType

ELicenseType

license type to verify

Return

Data TypeDescription

bool

true if the license type is a subscription

Last updated