ActionItemBaseTAction, TCollectionIdentifyInputFiles Method

Identify the input and 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 IdentifyInputFiles(
	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.

In this version, only the local InputFiles group is resolved. If you want to use a globally resolvable template, implement a user property containing that template name and set the InputFilename, etc., property at the site with a reference to that custom property.

See Also