Class SoDocumentPlugin
Class used to assist mapping between a document plugin's ID and name, and also help centralize rules wrt what is the "default" document-plugin in various hosting-environments.
Inherited Members
Namespace: SuperOffice.Util
Assembly: SoCore.dll
Syntax
public class SoDocumentPlugin
Constructors
SoDocumentPlugin()
Class used to assist mapping between a document plugin's ID and name, and also help centralize rules wrt what is the "default" document-plugin in various hosting-environments.
Declaration
public SoDocumentPlugin()
Fields
Class used to assist mapping between a document plugin's ID and name, and also help centralize rules wrt what is the "default" document-plugin in various hosting-environments.
Declaration
public static readonly SoDocumentPlugin Google
Field Value
Type | Description |
---|---|
SoDocumentPlugin |
Online
Class used to assist mapping between a document plugin's ID and name, and also help centralize rules wrt what is the "default" document-plugin in various hosting-environments.
Declaration
public static readonly SoDocumentPlugin Online
Field Value
Type | Description |
---|---|
SoDocumentPlugin |
Sharepoint
Class used to assist mapping between a document plugin's ID and name, and also help centralize rules wrt what is the "default" document-plugin in various hosting-environments.
Declaration
public static readonly SoDocumentPlugin Sharepoint
Field Value
Type | Description |
---|---|
SoDocumentPlugin |
SoArc
Class used to assist mapping between a document plugin's ID and name, and also help centralize rules wrt what is the "default" document-plugin in various hosting-environments.
Declaration
public static readonly SoDocumentPlugin SoArc
Field Value
Type | Description |
---|---|
SoDocumentPlugin |
Properties
Id
Class used to assist mapping between a document plugin's ID and name, and also help centralize rules wrt what is the "default" document-plugin in various hosting-environments.
Declaration
public int Id { get; }
Property Value
Type | Description |
---|---|
int |
Name
Class used to assist mapping between a document plugin's ID and name, and also help centralize rules wrt what is the "default" document-plugin in various hosting-environments.
Declaration
public string Name { get; }
Property Value
Type | Description |
---|---|
string |
Methods
GetForId(int)
Class used to assist mapping between a document plugin's ID and name, and also help centralize rules wrt what is the "default" document-plugin in various hosting-environments.
Declaration
public static SoDocumentPlugin GetForId(int pluginId)
Parameters
Type | Name | Description |
---|---|---|
int | pluginId |
Returns
Type | Description |
---|---|
SoDocumentPlugin |
GetForName(string)
Class used to assist mapping between a document plugin's ID and name, and also help centralize rules wrt what is the "default" document-plugin in various hosting-environments.
Declaration
public static SoDocumentPlugin GetForName(string pluginName)
Parameters
Type | Name | Description |
---|---|---|
string | pluginName |
Returns
Type | Description |
---|---|
SoDocumentPlugin |