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.
Namespace: SuperOffice.Util
Assembly: SoCore.dll
Syntax
public class SoDocumentPlugin : Object
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 |
---|---|
Int32 |
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(Int32)
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 |
---|---|---|
Int32 | 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 |