Click or drag to resize
ConsentContactsRetriever Constructor
Initializes a new instance of the ConsentContactsRetriever class.

Namespace: CMS.DataProtection.Internal
Assembly: CMS.DataProtection (in CMS.DataProtection.dll) Version: 13.0.131
Syntax
C#
public ConsentContactsRetriever(
	ConsentInfo consent
)

Parameters

consent
Type: CMS.DataProtectionConsentInfo
The consent which contacts will be returned for.
See Also