Interface IMimeTypeConverter
Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient.dll
Syntax
public interface IMimeTypeConverter
Methods
ConvertToExtenstion(String)
Declaration
string ConvertToExtenstion(string mimeType)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | mimeType |
Returns
| Type | Description |
|---|---|
| System.String |
ConvertToMimeType(String)
Declaration
string ConvertToMimeType(string extension)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | extension |
Returns
| Type | Description |
|---|---|
| System.String |