ConsentGetConsentText Method |
Gets consent's text for specific cultureCode.
Namespace: CMS.DataProtectionAssembly: CMS.DataProtection (in CMS.DataProtection.dll) Version: 13.0.131
Syntax public ConsentText GetConsentText(
string cultureCode
)
Parameters
- cultureCode
- Type: SystemString
Culture code of consent.
Return Value
Type:
ConsentTextLanguage specific consent's text.
Exceptions Exception | Condition |
---|
ArgumentException | Thrown when cultureCode is null or empty. |
See Also