Defines summary information about a plug-in assembly.

Namespace:  EPiServer.PlugIn
Assembly:  EPiServer (in EPiServer.dll) Version: 5.2.375.236

Syntax

C#
[AttributeUsageAttribute(AttributeTargets.Assembly)]
public sealed class PlugInSummaryAttribute : Attribute

Examples

The following sample adds an attribute to AssemblyInfo.cs to define summary information about a plug-in assembly.
CopyC#
[assembly: PlugInSummary(
   MoreInfoUrl="<A href='http://www.episerver.com/'>http://www.episerver.com</A>" , License=LicensingMode.Freeware)]

Inheritance Hierarchy

System..::.Object
  System..::.Attribute
    EPiServer.PlugIn..::.PlugInSummaryAttribute

See Also