ActionItemBaseTAction, TCollectionInitializeFilenames Method

Initialize values for working at this and child levels.

Definition

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

Parameters

item  TAction
Reference to the item to be intialized.

Remarks

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.

See Also