AdfScriptParameterDirection Enumeration
AdfScriptParameterDirection Enumeration
Supported direction values for script parameters.
Enumeration Values
| Name | Summary |
|---|---|
| Unspecified | The default selection for when the user wishes to omit the direction. |
| Input | Corresponds to the 'Input' direction. |
| Output | Corresponds to the 'Output' direction. |
| InputOutput | Corresponds to the 'InputOutput' direction. |