Table of Contents

Class Consent

Namespace
CMS.DataProtection
Assembly
CMS.DataProtection.dll

Represents a consent which contains text either from ConsentInfo or ConsentArchiveInfo, depending on which version of the consent's text has been agreed by the contact.

public class Consent
Inheritance
object
Consent
Extension Methods

Properties

Consent display name.

public string DisplayName { get; }

Property Value

string

Consent hash.

public string Hash { get; }

Property Value

string

Consent ID.

public int Id { get; }

Property Value

int

Consent name.

public string Name { get; }

Property Value

string

Methods

Gets consent's text for specific languageName.

public ConsentText GetConsentText(string languageName)

Parameters

languageName string

Language of the consent.

Returns

ConsentText

Language specific consent's text.

Exceptions

ArgumentException

Thrown when languageName is null or empty.