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
-
objectConsent
- Extension Methods
Properties
DisplayName
Consent display name.
public string DisplayName { get; }
Property Value
- string
Hash
Consent hash.
public string Hash { get; }
Property Value
- string
Id
Consent ID.
public int Id { get; }
Property Value
- int
Name
Consent name.
public string Name { get; }
Property Value
- string
Methods
GetConsentText(string)
Gets consent's text for specific languageName
.
public ConsentText GetConsentText(string languageName)
Parameters
languageName
stringLanguage of the consent.
Returns
- ConsentText
Language specific consent's text.
Exceptions
- ArgumentException
Thrown when
languageName
is null or empty.