ContentTypeMappingGetContentTypeFromFileExtension Method DocuWare Platform .NET API
Gets the content type from the file extension.

Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient (in DocuWare.Platform.ServerClient.dll) Version: Version 6.6
Syntax

C#
public string GetContentTypeFromFileExtension(
	string fileExt
)

Parameters

fileExt
Type: SystemString
The file extension.

Return Value

Type: String
See Also

Reference