Table of Contents

Class ConsentArchiveInfoExtensions

Namespace
CMS.DataProtection
Assembly
CMS.DataProtection.dll

Extension methods for ConsentArchiveInfo.

public static class ConsentArchiveInfoExtensions
Inheritance
object
ConsentArchiveInfoExtensions

Methods

GetConsentLanguages(ConsentArchiveInfo)

Gets collection of the consent's language variant names within the ConsentArchiveContent.

public static IEnumerable<string> GetConsentLanguages(this ConsentArchiveInfo consentArchive)

Parameters

consentArchive ConsentArchiveInfo

Returns

IEnumerable<string>

GetConsentText(ConsentArchiveInfo, string)

Gets consent's text for specific languageName.

public static ConsentText GetConsentText(this ConsentArchiveInfo consentArchive, string languageName)

Parameters

consentArchive ConsentArchiveInfo

Consent archive for which the text gets retrieved.

languageName string

Language of the consent.

Returns

ConsentText

Language specific consent's text.

Exceptions

ArgumentNullException

Thrown when consentArchive is null.

ArgumentNullException

Thrown when languageName is null.