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

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

Parameters

id
Type: SystemInt32
ConsentArchiveInfo ID.
See Also