ActionItemBaseTAction, TCollectionForEachFile Method

Run the Actions collection of the presented object through all of the files in this item's InputFiles collection using the CurrentFile property for each one.

Definition

Namespace: ActionEngine
Assembly: ActionEngine (in ActionEngine.dll) Version: 26.2117.4453
C#
protected static void ForEachFile(
	TAction item
)

Parameters

item  TAction
Reference to the file action item representing the loop base.

See Also