ConsentInfo Constructor (DataRow) |
Creates a new instances of the
ConsentInfo class from the given
DataRow.
Namespace: CMS.DataProtectionAssembly: CMS.DataProtection (in CMS.DataProtection.dll) Version: 13.0.131
Syntax public ConsentInfo(
DataRow dr
)
Parameters
- dr
- Type: System.DataDataRow
DataRow with the object data.
See Also