Show / Hide Table of Contents

Class AttachmentPluginAttribute

Marker attribute for Service Attachment plugins. Well-known names are defined as string constants.

Inheritance
Object
PluginAttribute
AttachmentPluginAttribute
Namespace: SuperOffice.CRM.Attachment
Assembly: SoDataBase.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

Extension Methods

EnumUtil.MapEnums<From, To>(From)
Converters.MapEnums<From, To>(From)
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top