Class PluginInfo
This is a serializable stub class that is used by the api to provide information about installed plugins.
Inheritance
System.Object
PluginInfo
Namespace: MediaBrowser.Model.Plugins
Assembly: MediaBrowser.Model.dll
Syntax
public class PluginInfo
Properties
ConfigurationFileName
Gets or sets the name of the configuration file.
Declaration
public string ConfigurationFileName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The name of the configuration file. |
Description
Gets or sets the description.
Declaration
public string Description { get; set; }
Property Value
Type | Description |
---|---|
System.String | The description. |
Id
Gets or sets the unique id.
Declaration
public string Id { get; set; }
Property Value
Type | Description |
---|---|
System.String | The unique id. |
ImageTag
Gets or sets the image URL.
Declaration
public string ImageTag { get; set; }
Property Value
Type | Description |
---|---|
System.String | The image URL. |
Name
Gets or sets the name.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String | The name. |
Version
Gets or sets the version.
Declaration
public string Version { get; set; }
Property Value
Type | Description |
---|---|
System.String | The version. |