PluginItem

Assembly: ZennoLab.CommandCenter
Full name: ZennoLab.CommandCenter.PluginItem
Kind: class


Represents a plugin item in ZennoPoster browser in navigator.plugins collection

Constructor

PluginItem()

Constructor

Default constructor

PluginItem(string name, string filename, string description, string version)

Constructor

Plugin item constructor

Parameters

TypeNameDescription
stringnamePlugin name
stringfilenamePlugin dll file name
stringdescriptionDescription of the plugin
stringversionPlugin version

PluginItem(string name, string filename, string description, string version, IEnumerable mimeTypes)

Constructor

Plugin item constructor

Parameters

TypeNameDescription
stringnamePlugin name
stringfilenamePlugin dll file name
stringdescriptionDescription of the plugin
stringversionPlugin version
IEnumerable<PluginMimeType>mimeTypesPlugin mime types

Properties

Name

Property

string Name { get; set; }

Plugin name

FileName

Property

string FileName { get; set; }

Plugin dll file name

Description

Property

string Description { get; set; }

Description of the plugin

Version

Property

string Version { get; set; }

Plugin version

MimeTypes

Property

List<PluginMimeType> MimeTypes { get; set; }

Plugin mime types

Methods

Equals

Method

bool Equals(PluginItem other)

Parameters

TypeNameDescription
PluginItemother

Equals

Method

bool Equals(object obj)

Parameters

TypeNameDescription
objectobj

ToString

Method

string ToString()