mirror of
https://github.com/revenz/FileFlowsPlugins.git
synced 2026-05-08 08:39:41 -05:00
added help URLs
This commit is contained in:
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -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; }
|
||||||
|
|||||||
@@ -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.
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.
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.
Reference in New Issue
Block a user