added help URLs

This commit is contained in:
John Andrews
2022-06-28 21:23:01 +12:00
parent c5598460b7
commit 5682768b9c
30 changed files with 2 additions and 0 deletions
Binary file not shown.
BIN
View File
Binary file not shown.
Binary file not shown.
+1
View File
@@ -9,6 +9,7 @@ namespace FileFlows.BasicNodes.File
public override int Outputs => 1; public override int Outputs => 1;
public override FlowElementType Type => FlowElementType.Process; public override FlowElementType Type => FlowElementType.Process;
public override string Icon => "far fa-trash-alt"; public override string Icon => "far fa-trash-alt";
public override string HelpUrl => "https://docs.fileflows.com/plugins/basic-nodes/delete";
[TextVariable(1)] [TextVariable(1)]
public string FileName { get; set; } public string FileName { get; set; }
+1
View File
@@ -11,6 +11,7 @@ namespace FileFlows.BasicNodes.File
public override int Outputs => 2; public override int Outputs => 2;
public override FlowElementType Type => FlowElementType.Process; public override FlowElementType Type => FlowElementType.Process;
public override string Icon => "far fa-trash-alt"; public override string Icon => "far fa-trash-alt";
public override string HelpUrl => "https://docs.fileflows.com/plugins/basic-nodes/delete-source-directory";
[Boolean(1)] [Boolean(1)]
public bool IfEmpty { get; set; } public bool IfEmpty { get; set; }
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.
Binary file not shown.
BIN
View File
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.