Pageflex Document Action API
GetVariable Method (name)
Namespaces > Pageflex.Scripting > Application > GetVariable(String)
Gets a Variable with the specified name, either a project variable or a job variable.
Syntax
Parameters- name (String)
- Name of variable to retrieve.
Return ValueA Variable with the specified name.
Exceptions| Exception | Condition |
|---|---|
| VariableNotFoundException | The specified variable is not defined in the current project. |
| ArgumentNullException | The value supplied for name was nullNothingnullptr. |
Assembly: PFScript Version: 8.0.7.1407 (Module: PFScript)