Click or drag to resize
ConsentInfoProviderSetInfo Method
Inserts or Updates the object to the database.

Namespace: CMS.DataProtection
Assembly: CMS.DataProtection (in CMS.DataProtection.dll) Version: 13.0.131
Syntax
C#
protected override void SetInfo(
	ConsentInfo info
)

Parameters

info
Type: CMS.DataProtectionConsentInfo
Object to insert / update
See Also