Pageflex Document Action API
VariableKind Enumeration
Namespaces > Pageflex.Scripting > VariableKind
Enumeration of Variable kinds, specifying what kind of content a variable holds.
Syntax| C# | Visual Basic | Managed C++ |
public enum VariableKind
Public Enumeration VariableKind
public enum class VariableKind
Members| Member | Description |
|---|---|
| Image |
An image variable.
|
| PlainText |
A plain text variable.
|
| FormattedText |
A formatted text variable.
|
| FormattedParagraphs |
A formatted paragraphs variable.
|
| AreaTemplate |
An area template variable.
|
| Document |
A document variable.
|
| FormattedHtml |
A formatted HTML variable.
|
| FormattedHtmlParagraphs |
A formatted HTML paragraphs variable.
|
| CampaignUrl |
A Campaign URL variable.
|
| CampaignForm |
A Campaign Form variable.
|
Assembly: PFScript Version: 8.0.7.1407 (Module: PFScript)