ActionItemBaseTAction, TCollectionInputNames Property

Get a reference to the list of filenames or foldernames with or without wildcards. This parameter can be specified multiple times on the command line with different values to load multiple input files.

Definition

Namespace: ActionEngine
Assembly: ActionEngine (in ActionEngine.dll) Version: 26.2117.4453
C#
public List<string> InputNames { get; }

Property Value

ListString

Remarks

This property is inheritable.

Corresponds with the command-line parameter 'Inputs'.

See Also