ActionItemBaseTAction, TCollectionGetSpecifiedOrWorking Method
Return a reference either to the document specified in the local file
arguments or the previously loaded working document.
Namespace: ActionEngineAssembly: ActionEngine (in ActionEngine.dll) Version: 26.2117.4453
public static ActionDocumentItem GetSpecifiedOrWorking(
TAction item
)
Public Shared Function GetSpecifiedOrWorking (
item As TAction
) As ActionDocumentItem
No code example is currently available or this language may not be supported.
- item TAction
-
Reference to the action item within which the file arguments will
be found.
ActionDocumentItem
Reference to the document found, if successul. Otherwise, null.