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

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

Parameters

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