1using System.Threading.Tasks;
23 [Page(2,
"File System", 100)]
24 [Header(3,
"Folder:")]
25 [ToolTip(4,
"Full path to folder (on host).")]
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.
Represents a file folder in the file system.
Represents a subfolder in the file system.
override Task< string > GetTypeNameAsync(Language Language)
Gets the type name of the node.
string FolderPath
Full path to folder.
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 string LocalId
If provided, an ID for the node, but unique locally between siblings. Can be null,...
SubFolderNode()
Represents a subfolder in the file system.
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 ...
Virtual node, that can be used as a placeholder for services.
Interface for nodes that are published through the concentrator interface.
INode Parent
Parent Node, or null if a root node.