ActionItemBaseTAction, TCollectionInitializeFilenames Method
Initialize values for working at this and child levels.
Namespace: ActionEngineAssembly: ActionEngine (in ActionEngine.dll) Version: 26.2117.4453
protected static void InitializeFilenames(
TAction item
)
Protected Shared Sub InitializeFilenames (
item As TAction
)
No code example is currently available or this language may not be supported.
Parameters
- item TAction
-
Reference to the item to be intialized.
When preparing the object for use:
- All input files at a level should be read from a single
reference source. Check for an inputs collection.
- If blank, check for filename and add to inputs
collection.
- If blank, check for foldername and add to inputs
collection.
- All output files at a level should be written from a
single reference source. Check for the Output.
- If blank, check for the output filename.
- If blank, check for the output foldername.
In this version, the conversion is made on every action at every level.