C# 클래스 CmisSync.Lib.Cmis.MimeType

Utility to find a file's MIME type. The current implementation relies on file extension.
파일 보기 프로젝트 열기: OpenDataSpace/CmisSync

공개 메소드들

메소드 설명
GetMIMEType ( string fileName ) : string

Guess the MIME type of a file.

비공개 메소드들

메소드 설명
MimeType ( ) : System

Initializes static members of the CmisSync.Lib.Cmis.MimeType class.

메소드 상세

GetMIMEType() 공개 정적인 메소드

Guess the MIME type of a file.
public static GetMIMEType ( string fileName ) : string
fileName string Relative filename, for instance mydoc.odt
리턴 string