ActionElementEnum Enumeration

Enumeration of recognized action elements.

Definition

Namespace: ActionEngine
Assembly: ActionEngine (in ActionEngine.dll) Version: 26.2117.4453
C#
[FlagsAttribute]
public enum ActionElementEnum

Members

None0 No element defined or unknown.
Action1 Action element.
Base2 Base element.
Count4 Count element.
DataFilename8 Data filename.
DateTimeValue16 Date and time value.
Digits32 Count of digits.
InputFilename64 Input filename.
InputFolderName128 Input folder name.
Inputs256 List of input file or folder names, depending on context.
OutputFilename512 Output filename.
OutputFoldername1,024 Output folder name.
OutputName2,048 Output file or folder name, depending on context.
Pattern4,096 Regular expression pattern.
Prefix8,192 Prefix flag.
Range16,384 Range, start through end.
SourceFolderName32,768 Source data folder name.
Suffix65,536 Suffix flag.
Text131,072 Text-only pattern.
WorkingPath262,144 Working path.
OptionPrefix524,288 Prefix option.
OptionSuffix1,048,576 Suffix option.

See Also