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

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

Parameters

id
Type: SystemInt32
ConsentInfo ID.
See Also