ActionItemBaseTAction, TCollectionGetWorkingDocument 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.2224.4542
C#
public static ActionDocumentItem GetWorkingDocument(
	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