Pageflex Document Action API
VariableSource Enumeration
Namespaces > Pageflex.Scripting > VariableSource
Enumeration of Variable sources, specifying how a variable's value is determined.
Syntax
C# | Visual Basic | Managed C++ |
public enum VariableSource
Public Enumeration VariableSource
public enum class VariableSource
Members
Member | Description |
---|---|
None |
No variable source is defined.
|
Database |
The variable's value comes from a database field.
|
Constant |
The variable's value does not change, or is set via a Web form or online editing session.
|
Rule |
The variable's value is computed by a rule.
|
Script |
The variable's value is computed by a script.
|
Plugin |
The variable's value is computed by a Pageflex content source plug-in.
|
LibraryQuery |
The variable's value is computed by querying Pageflex Librarian.
|
CampaignUrl |
The variable's value is computed as a Campaign Url by Server.
|
CampaignForm |
The variable's value is computedas a Campaign Form by Server.
|
Assembly: PFScript Version: 8.0.7.1407 (Module: PFScript)