Click or drag to resize
ConsentInfoProviderSetConsentInfo Method
Sets (updates or inserts) specified ConsentInfo.

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

Parameters

infoObj
Type: CMS.DataProtectionConsentInfo
ConsentInfo to be set.
See Also