Click or drag to resize
ContentTypeMappingGetContentTypeFromFileExtension Method
Gets the content type from the file extension.

Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient (in DocuWare.Platform.ServerClient.dll) Version: Version 6.7 [UNOFFICIAL BUILD]
Syntax
C#
public string GetContentTypeFromFileExtension(
	string fileExt
)

Parameters

fileExt
Type: SystemString
The file extension.

Return Value

Type: String
See Also