Prevent system plugins from being uninstalled

This commit is contained in:
Neil Burrows
2020-06-22 10:13:28 +01:00
parent c3349038c4
commit c20400fa40
4 changed files with 25 additions and 1 deletions

View File

@@ -40,6 +40,11 @@ namespace MediaBrowser.Common.Plugins
/// <value>The assembly file path.</value>
string AssemblyFilePath { get; }
/// <summary>
/// Gets a value indicating whether the plugin can be uninstalled.
/// </summary>
bool CanUninstall { get; }
/// <summary>
/// Gets the full path to the data folder, where the plugin can store any miscellaneous files needed.
/// </summary>