MimeTypeDefinitionSupportsMimeType Method (String) | 
 Note: This API is now obsolete.
            Determines whether the Definition supports a particular MIME type.
            
 
    Namespace: 
   VDS.RDF
    Assembly:
   dotNetRDF (in dotNetRDF.dll) Version: 
Syntax[ObsoleteAttribute("Deprecated in favour of the alternative overload which takes a MimeTypeSelector", 
	false)]
public bool SupportsMimeType(
	string mimeType
)<ObsoleteAttribute("Deprecated in favour of the alternative overload which takes a MimeTypeSelector", 
	false)>
Public Function SupportsMimeType ( 
	mimeType As String
) As BooleanParameters
- mimeType
 - Type: SystemString
MIME Type. 
Return Value
Type: 
Boolean[Missing <returns> documentation for "M:VDS.RDF.MimeTypeDefinition.SupportsMimeType(System.String)"]
See Also