Click or drag to resize
ConsentArchiveInfoProviderSetConsentArchiveInfo Method
Sets (updates or inserts) specified ConsentArchiveInfo.

Namespace: CMS.DataProtection
Assembly: CMS.DataProtection (in CMS.DataProtection.dll) Version: 12.0.0
Syntax
C#
public static void SetConsentArchiveInfo(
	ConsentArchiveInfo infoObj
)

Parameters

infoObj
Type: CMS.DataProtectionConsentArchiveInfo
ConsentArchiveInfo to be set.
See Also