Click or drag to resize
ConsentGetConsentText Method
Gets consent's text for specific cultureCode.

Namespace: CMS.DataProtection
Assembly: CMS.DataProtection (in CMS.DataProtection.dll) Version: 11.0.0
Syntax
C#
public ConsentText GetConsentText(
	string cultureCode
)

Parameters

cultureCode
Type: SystemString
Culture code of consent.

Return Value

Type: ConsentText
Language specific consent's text.
Exceptions
ExceptionCondition
ArgumentExceptionThrown when cultureCode is null or empty.
See Also