Class DocumentPlugin2Attribute
Attribute for document plugins, implementing the IDocumentPlugin2 interface
Namespace: SuperOffice.CRM.Documents
Assembly: SuperOffice.Plugins.dll
Syntax
public sealed class DocumentPlugin2Attribute : PluginAttribute
Constructors
DocumentPlugin2Attribute(String, Int32)
Declare a plugin to be a document plugin, with a numeric ID. IDs are allocated by SuperOffice DevNet. ID's below 1000 are reserved for use by SuperOffice.
Declaration
public DocumentPlugin2Attribute(string name, int pluginId)
Parameters
Type | Name | Description |
---|---|---|
String | name | Plugin name, arbitrary string |
Int32 | pluginId | Plugin ID, allocated by SuperOffice DevNet. MUST be unique |
Properties
PluginId
The numeric plugin ID, which matches the ID used in the doctmpl table
Declaration
public int PluginId { get; }
Property Value
Type | Description |
---|---|
Int32 |
Extension Methods
EnumUtil.MapEnums<From, To>(From)