Class InstallPlugin
Install or upgrade a plugin
Inherited Members
Namespace: DuetAPI.Commands
Assembly: DuetAPI.dll
Syntax
[RequiredPermissions(SbcPermissions.ManagePlugins)]
public class InstallPlugin : Command
Properties
PluginFile
Absolute file path to the plugin ZIP bundle
Declaration
public string PluginFile { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Exceptions
| Type | Condition |
|---|---|
| ArgumentException | Plugin is incompatible |