ActionItemBaseTAction, TCollectionGetSpecifiedOrWorking Method

Return a reference either to the document specified in the local file arguments or the previously loaded working document.

Definition

Namespace: ActionEngine
Assembly: ActionEngine (in ActionEngine.dll) Version: 26.2117.4453
C#
public static ActionDocumentItem GetSpecifiedOrWorking(
	TAction item
)

Parameters

item  TAction
Reference to the action item within which the file arguments will be found.

Return Value

ActionDocumentItem
Reference to the document found, if successul. Otherwise, null.

See Also