Click or drag to resize
ConsentAgreementInfo Constructor (DataRow)
Creates a new instance of the ConsentAgreementInfo class from the given DataRow.

Namespace: CMS.DataProtection
Assembly: CMS.DataProtection (in CMS.DataProtection.dll) Version: 12.0.0
Syntax
C#
public ConsentAgreementInfo(
	DataRow dr
)

Parameters

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