Click or drag to resize
ConsentArchiveInfoProviderSetConsentArchiveInfo Method

Note: This API is now obsolete.

Sets (updates or inserts) specified ConsentArchiveInfo.

Namespace: CMS.DataProtection
Assembly: CMS.DataProtection (in CMS.DataProtection.dll) Version: 13.0.131
Syntax
C#
[ObsoleteAttribute("Use IConsentArchiveInfoProvider.Set(ConsentArchiveInfo) instead. To get an instance of the interface's implementation, use dependency injection or access the instance directly - ConsentArchiveInfo.Provider.")]
public static void SetConsentArchiveInfo(
	ConsentArchiveInfo infoObj
)

Parameters

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