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.
Namespace: ActionEngineAssembly: ActionEngine (in ActionEngine.dll) Version: 26.2117.4453
protected static void ForEachFile(
TAction item
)
Protected Shared Sub ForEachFile (
item As TAction
)
No code example is currently available or this language may not be supported.
Parameters
- item TAction
-
Reference to the file action item representing the loop base.