mirror of
https://github.com/revenz/FileFlowsPlugins.git
synced 2026-04-26 00:38:10 -05:00
FF-1698: C# scripts!
This commit is contained in:
@@ -14,7 +14,7 @@ public class CSharpScript : ScriptBase
|
||||
public override string Icon => "svg:csharp";
|
||||
|
||||
/// <inheritdoc />
|
||||
public override string HelpUrl => "https://fileflows.com/docs/plugins/basic-nodes/charp-script";
|
||||
public override string HelpUrl => "https://fileflows.com/docs/plugins/basic-nodes/charp";
|
||||
|
||||
/// <inheritdoc />
|
||||
protected override ScriptLanguage Language => ScriptLanguage.CSharp;
|
||||
|
||||
@@ -21,7 +21,6 @@ public class Unpack: Node
|
||||
/// <inheritdoc />
|
||||
public override string HelpUrl => "https://fileflows.com/docs/plugins/basic-nodes/unpack";
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets the destination path
|
||||
/// </summary>
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user