ActionItemBaseTAction, TCollectionInputFileFound Method

Return a value indicating whether the named input file was found at this level.

Definition

Namespace: ActionEngine
Assembly: ActionEngine (in ActionEngine.dll) Version: 26.2723.3653
C#
public static bool InputFileFound(
	TAction action
)

Parameters

action  TAction
Reference to the action for which the test is being made.

Return Value

Boolean
True if the input file was either not specified or was found during initialization. Otherwise false.

See Also