ActionItemBaseTAction, TCollectionIdentifyDataFiles Method

Identify the data files at the current level for the specified item.

Definition

Namespace: ActionEngine
Assembly: ActionEngine (in ActionEngine.dll) Version: 26.2117.4453
C#
protected static void IdentifyDataFiles(
	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 DataFiles group is resolved. If you want to use a globally resolvable template, implement a user property containing that template name and set the DataFilename, etc., property at the site with a reference to that custom property.

See Also