Namespace: CuteEditor
Assembly: CuteEditor (in CuteEditor.dll) Version: 6.7.0.0

Syntax

C#
public bool MatchMimeType(
	string filename,
	string filetype
)
Visual Basic
Public Function MatchMimeType ( _
	filename As String, _
	filetype As String _
) As Boolean
Visual C++
public:
bool MatchMimeType(
	String^ filename, 
	String^ filetype
)

Parameters

filename
Type: System..::..String
filetype
Type: System..::..String

See Also