Class ProfileModelV1.ProfileModelV1Plugin
Class representing a single plugin in a profile.
Assembly: Dalamud.dll
View Source
Declaration
public class ProfileModelV1.ProfileModelV1Plugin
Properties
InternalName
Gets or sets the internal name of the plugin.
View Source
Declaration
public string? InternalName { get; set; }
WorkingPluginId
Gets or sets an ID uniquely identifying this specific instance of a plugin.
View Source
Declaration
public Guid WorkingPluginId { get; set; }
IsEnabled
Gets or sets a value indicating whether or not this entry is enabled.
View Source
Declaration
public bool IsEnabled { get; set; }