Skip to main content

Interface ILocalPluginManifest

Public interface for the local plugin manifest.

Assembly: Dalamud.dll
View Source
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.

View Source
Declaration
string InstalledFromUrl { get; }

ScheduledForDeletion

Gets a value indicating whether the plugin should be deleted during the next cleanup.

View Source
Declaration
bool ScheduledForDeletion { get; }

WorkingPluginId

Gets an ID uniquely identifying this specific installation of a plugin.

View Source
Declaration
Guid WorkingPluginId { get; }