mirror of
https://github.com/revenz/FileFlowsPlugins.git
synced 2025-12-20 13:29:58 -06:00
FF-1721: New plugin Nextcloud
This commit is contained in:
Binary file not shown.
Binary file not shown.
@@ -1,9 +1,12 @@
|
||||
namespace FileFlows.Nextcloud;
|
||||
|
||||
/// <summary>
|
||||
/// Nextcloud plugin
|
||||
/// </summary>
|
||||
public class Plugin : FileFlows.Plugin.IPlugin
|
||||
{
|
||||
/// <inheritdoc />
|
||||
public Guid Uid => new Guid("162b4ed0-da61-42de-85e1-576b9d7a2f82");
|
||||
public Guid Uid => new Guid("c9aff033-ae5b-45ad-81b0-8691c850242a");
|
||||
/// <inheritdoc />
|
||||
public string Name => "Nextcloud";
|
||||
/// <inheritdoc />
|
||||
|
||||
Reference in New Issue
Block a user