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.
Namespace: ActionEngineAssembly: ActionEngine (in ActionEngine.dll) Version: 26.2117.4453
public List<string> InputNames { get; }
Public ReadOnly Property InputNames As List(Of String)
Get
No code example is currently available or this language may not be supported.
Property Value
ListString This property is inheritable.
Corresponds with the command-line parameter 'Inputs'.