LicenseHelperAddTrialLicenseKeys Method |
Creates trial license keys.
Namespace: CMS.LicenseProviderAssembly: CMS.LicenseProvider (in CMS.LicenseProvider.dll) Version: 8.2.23
Syntax public static bool AddTrialLicenseKeys(
string trialKey,
bool deleteKeysFirst,
bool ignoreExpired
)
Parameters
- trialKey
- Type: SystemString
Trial license key - deleteKeysFirst
- Type: SystemBoolean
If true all previous keys is deleted - ignoreExpired
- Type: SystemBoolean
If true expired licenses is ignored
Return Value
Type:
BooleanSee Also