ActionItemBaseTAction, TCollectionDataFiles Property

Get a reference to the collection of file information used as reference data in this session.

Definition

Namespace: ActionEngine
Assembly: ActionEngine (in ActionEngine.dll) Version: 26.2117.4453
C#
[JsonIgnoreAttribute]
public List<FileInfo> DataFiles { get; }

Property Value

ListFileInfo

Remarks

This property is inheritable.

See Also