Click or drag to resize
ConsentAgreementInfoProviderDeleteConsentAgreementInfo Method
Deletes specified ConsentAgreementInfo binding.

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

Parameters

infoObj
Type: CMS.DataProtectionConsentAgreementInfo
ConsentAgreementInfo object.
See Also