Click or drag to resize
ConsentAgreementInfoProviderSetConsentAgreementInfo Method
Sets specified ConsentAgreementInfo.

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

Parameters

infoObj
Type: CMS.DataProtectionConsentAgreementInfo
ConsentAgreementInfo to set.
See Also