ActionItemBaseTAction, TCollectionOutputFolderName Property

Get/Set the output path and folder name for this action.

Definition

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

Property Value

String

Remarks

This property is inheritable.

Corresponds with the command-line parameter 'OutFolder'.

See Also