ActionItemBaseTAction, TCollectionOutputName Property

Get/Set an output pattern that allows for filenames or foldernames with or without wildcards. This parameter can be specified muliple times on the command line with different values to write to multiple output files.

Definition

Namespace: ActionEngine
Assembly: ActionEngine (in ActionEngine.dll) Version: 26.2117.4453
C#
public string OutputName { get; set; }

Property Value

String

Remarks

This property is inheritable.

Corresponds with the command-line parameter 'Output'.

See Also