1using System.Threading.Tasks;
24 [Page(2,
"File System", 100)]
26 [ToolTip(14,
"Full path to file (on host).")]
27 [Text(
TextPosition.AfterField, 19,
"The file path can be accessible in the FileName variable from associated script.")]
52 return Task.FromResult(
false);
Contains information about a language.
Task< string > GetStringAsync(Type Type, int Id, string Default)
Gets the string value of a string ID. If no such string exists, a string is created with the default ...
Represents a file in the file system.
override string LocalId
If provided, an ID for the node, but unique locally between siblings. Can be null,...
FileNode()
Represents a file in the file system.
override Task< string > GetTypeNameAsync(Language Language)
Gets the type name of the node.
string FolderPath
Full path to folder.
override void PopulateVariables(Variables Variables)
Populates a variable collection with variables before script execution.
override Task< bool > AcceptsParentAsync(INode Parent)
If the node accepts a presumptive parent, i.e. can be added to that parent (if that parent accepts th...
override Task< bool > AcceptsChildAsync(INode Child)
If the node accepts a presumptive child, i.e. can receive as a child (if that child accepts the node ...
Represents a file folder in the file system.
Represents a subfolder in the file system.
Node referencing a script node.
Interface for nodes that are published through the concentrator interface.
INode Parent
Parent Node, or null if a root node.
TextPosition
Where the instructions are to be place.