Class ConsentText
- Namespace
- CMS.DataProtection
- Assembly
- CMS.DataProtection.dll
Represents consent's text.
public class ConsentText : AbstractDataContainer<ConsentText>, IDataContainer, ISimpleDataContainer- Inheritance
- 
      objectConsentText
- Implements
- Inherited Members
- Extension Methods
Constructors
ConsentText()
public ConsentText()Properties
FullText
Consent full text.
[RegisterColumn]
public string FullText { get; set; }Property Value
- string
ShortText
Consent short text.
[RegisterColumn]
public string ShortText { get; set; }Property Value
- string