Class AttachmentPluginAttribute
Marker attribute for Service Attachment plugins. Well-known names are defined as string constants.
Inherited Members
Namespace: SuperOffice.CRM.Attachment
Assembly: SoDataBase.BusinessLogic.dll
Syntax
public class AttachmentPluginAttribute : PluginAttribute
Constructors
AttachmentPluginAttribute(string)
Marker attribute for Service Attachment plugins. Well-known names are defined as string constants.
Declaration
public AttachmentPluginAttribute(string name)
Parameters
| Type | Name | Description |
|---|---|---|
| string | name |
Fields
AzureLocationPath
Azure attachment location path value
Declaration
public const string AzureLocationPath = "azure"
Field Value
| Type | Description |
|---|---|
| string |
AzurePlugin
Name of attachment plugin that handles Azure Blobs in SuperOffice Online
Declaration
public const string AzurePlugin = "OnlineAzureAttachment"
Field Value
| Type | Description |
|---|---|
| string |
FilePlugin
Name of attachment plugin that handles Files
Declaration
public const string FilePlugin = "FileAttachment"
Field Value
| Type | Description |
|---|---|
| string |