mirror of
https://github.com/revenz/FileFlowsPlugins.git
synced 2026-01-14 00:50:44 -06:00
bat/c#/shell/ps1
This commit is contained in:
@@ -3,7 +3,7 @@ using System.ComponentModel.DataAnnotations;
|
||||
using FileFlows.Plugin;
|
||||
using FileFlows.Plugin.Attributes;
|
||||
|
||||
namespace BasicNodes.Scripting;
|
||||
namespace FileFlows.BasicNodes.Scripting;
|
||||
|
||||
/// <summary>
|
||||
/// Flow element that executes a CSharp script
|
||||
@@ -19,6 +19,9 @@ public class CSharpScript : ScriptBase
|
||||
/// <inheritdoc />
|
||||
protected override ScriptLanguage Language => ScriptLanguage.CSharp;
|
||||
|
||||
/// <inheritdoc />
|
||||
public override string Group => "Scripting:1";
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets the code to execute
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user