Attribute applied to classes derived from WriterPlugin. Classes adorned with this attribute are automatically registered as plugins visible to end users.
public class WriterPluginAttribute : Attribute
|
Property
|
Description
|
| Description | Short description (1-2 sentences) of the plugin. |
| HasEditableOptions | Indicates whether the plugin has editable options. That is, whether it overrides the WriterPlugin.EditOptions method. |
| Id | Unique ID for the plugin (should be a GUID without leading and trailing braces). |
| ImagePath | Assembly path to embedded image resource used to represent this plugin within the Windows Live Writer user interface (menu bitmap, sidebar bitmap, etc.). |
| Name | Plugin name (this will appear in the Plugins Preferences panel). |
| PublisherUrl | URL of the publisher for the plugin (linked to from Plugins Preferences panel). |
|
Method
|
Description
|
| Constructor | Initialize a new instance of WriterPluginAttribute. |
Inherits from:
System.Object
System.Attribute
WindowsLive.Writer.Api.WriterPluginAttribute
Assembly: windowslive.writer.api.dll
WindowsLive.Writer.Api
Other Resources
Windows Live Writer Content Source Plugin Reference