Click or drag to resize
ContentTypeMapping Class
Maps content types to file extensions.
Inheritance Hierarchy
SystemObject
  DocuWare.Platform.ServerClientContentTypeMapping

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

The ContentTypeMapping type exposes the following members.

Constructors
  NameDescription
Public methodContentTypeMapping
Initializes a new instance of the ContentTypeMapping class.
Top
Methods
  NameDescription
Public methodGetContentTypeFromFileExtension
Gets the content type from the file extension.
Top
Properties
  NameDescription
Public propertyStatic memberDefault
Gets the default instance of the mapper.
Top
See Also