ParseFileMimeType Property Parse
Gets the MIME type of the file. This is either passed in to the constructor or inferred from the file extension. "unknown/unknown" will be used if neither is available.

Namespace: Parse
Assembly: Parse (in Parse.dll) Version: 1.5.5.0 (1.5.5.0)
Syntax

public string MimeType { get; }

Property Value

Type: String
See Also

Reference