mirror of
https://github.com/revenz/FileFlowsPlugins.git
synced 2025-12-30 23:09:31 -06:00
docs
This commit is contained in:
@@ -10,6 +10,9 @@ namespace FileFlows.BasicNodes.File
|
||||
/// </summary>
|
||||
public class CopyFile : Node
|
||||
{
|
||||
/// <summary>
|
||||
/// Gets the number of inputs
|
||||
/// </summary>
|
||||
public override int Inputs => 1;
|
||||
public override int Outputs => 1;
|
||||
public override FlowElementType Type => FlowElementType.Process;
|
||||
|
||||
Reference in New Issue
Block a user