Interface ILocalPluginManifest
Public interface for the local plugin manifest.
Assembly: Dalamud.dll
Declaration
public interface ILocalPluginManifest : IPluginManifest
Properties
InstalledFromUrl
Gets the 3rd party repo URL that this plugin was installed from. Used to display where the plugin was sourced from on the installed plugin view. This should not be included in the plugin master. This value is null when installed from the main repo.
Declaration
string InstalledFromUrl { get; }
ScheduledForDeletion
Gets a value indicating whether the plugin should be deleted during the next cleanup.
Declaration
bool ScheduledForDeletion { get; }
WorkingPluginId
Gets an ID uniquely identifying this specific installation of a plugin.
Declaration
Guid WorkingPluginId { get; }