ActionElementEnum Enumeration
Enumeration of recognized action elements.
Namespace: ActionEngineAssembly: ActionEngine (in ActionEngine.dll) Version: 26.2117.4453
[FlagsAttribute]
public enum ActionElementEnum
<FlagsAttribute>
Public Enumeration ActionElementEnum
No code example is currently available or this language may not be supported.
| None | 0 |
No element defined or unknown.
|
| Action | 1 |
Action element.
|
| Base | 2 |
Base element.
|
| Count | 4 |
Count element.
|
| DataFilename | 8 |
Data filename.
|
| DateTimeValue | 16 |
Date and time value.
|
| Digits | 32 |
Count of digits.
|
| InputFilename | 64 |
Input filename.
|
| InputFolderName | 128 |
Input folder name.
|
| Inputs | 256 |
List of input file or folder names, depending on context.
|
| OutputFilename | 512 |
Output filename.
|
| OutputFoldername | 1,024 |
Output folder name.
|
| OutputName | 2,048 |
Output file or folder name, depending on context.
|
| Pattern | 4,096 |
Regular expression pattern.
|
| Prefix | 8,192 |
Prefix flag.
|
| Range | 16,384 |
Range, start through end.
|
| SourceFolderName | 32,768 |
Source data folder name.
|
| Suffix | 65,536 |
Suffix flag.
|
| Text | 131,072 |
Text-only pattern.
|
| WorkingPath | 262,144 |
Working path.
|
| OptionPrefix | 524,288 |
Prefix option.
|
| OptionSuffix | 1,048,576 |
Suffix option.
|