ActionItemBaseTAction, TCollectionIdentifyOutputFiles Method

Identify the output files and directories at the current level for the specified item.

Definition

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

Parameters

item  TAction
Reference to the item being fulfilled.

Remarks

When this method is called, make sure that the InitializeLevels method has already been called.

Only call CheckElements after first calling IdentifyFiles. That method relies on the file objects in this version.

See Also