ActionItemBaseTAction, TCollectionSourceFolderName Property

Get/Set the path and folder name of the data source for this action.

Definition

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

Property Value

String

Remarks

This property is inheritable.

Corresponds with the command-line parameter 'InFolder'.

See Also