Click or drag to resize
LicenseHelperAddTrialLicenseKeys Method
Creates trial license keys.

Namespace: CMS.LicenseProvider
Assembly: CMS.LicenseProvider (in CMS.LicenseProvider.dll) Version: 11.0.0
Syntax
C#
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: Boolean
See Also