Click or drag to resize
ConsentArchiveInfoProviderDeleteConsentArchiveInfo Method (ConsentArchiveInfo)
Deletes specified ConsentArchiveInfo.

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

Parameters

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