Click or drag to resize
ConsentArchiveInfoProvider.DeleteConsentArchiveInfo Method (Int32)
Deletes ConsentArchiveInfo with specified ID.

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

Parameters

id
Type: System.Int32
ConsentArchiveInfo ID.
See Also