Click or drag to resize
LicenseKeyInfo Constructor (DataRow)
Constructor - Creates license key from DataRow.

Namespace: CMS.LicenseProvider
Assembly: CMS.LicenseProvider (in CMS.LicenseProvider.dll) Version: 8.2.23
Syntax
C#
public LicenseKeyInfo(
	DataRow dr
)

Parameters

dr
Type: System.DataDataRow
DataRow with the license data
See Also