Table of Contents

Class ConsentText

Namespace
CMS.DataProtection
Assembly
CMS.DataProtection.dll

Represents consent's text.

public class ConsentText : AbstractDataContainer<ConsentText>, IDataContainer, ISimpleDataContainer
Inheritance
object
ConsentText
Implements
Inherited Members
Extension Methods

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