Windows Live
WriterPluginAttribute Class

Attribute applied to classes derived from WriterPlugin. Classes adorned with this attribute are automatically registered as plugins visible to end users.

Syntax

public class WriterPluginAttribute : Attribute
Public Properties

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).

Public Methods

Method Description

Constructor

Initialize a new instance of WriterPluginAttribute.

Remarks

Inherits from:

System.Object

System.Attribute

WindowsLive.Writer.Api.WriterPluginAttribute

Requirements

Assembly: windowslive.writer.api.dll

Namespace

WindowsLive.Writer.Api

See Also

Other Resources

Windows Live Writer Content Source Plugin Reference

Page view tracker