Determines whether specified content type is supported.
Namespace: FirstFloor.Documents.ImagingAssembly: FirstFloor.Documents (in FirstFloor.Documents.dll) Version: 2.5.0.0 (2.5.1.0)
Syntax
| C# |
|---|
public static bool IsContentTypeSupported(
string contentType
) |
| Visual Basic |
|---|
Public Shared Function IsContentTypeSupported ( _
contentType As String _
) As Boolean |
| Visual C++ |
|---|
public:
static bool IsContentTypeSupported(
String^ contentType
) |
Return Value
true if specified content type is supported; otherwise,
false.
See Also