Click or drag to resize
ConsentInfoProviderDeleteConsentInfo Method (ConsentInfo)
Deletes specified ConsentInfo.

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

Parameters

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