MimeMapper.IsDisplayable Method (String, String)

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Namespace:  Microsoft.TeamFoundation.SourceControl.WebApi.Services
Assembly:  Microsoft.TeamFoundation.SourceControl.WebApi (in Microsoft.TeamFoundation.SourceControl.WebApi.dll)

Syntax

'Declaration
Public Function IsDisplayable ( _
    extension As String, _
    contentType As String _
) As Nullable(Of Boolean)
public Nullable<bool> IsDisplayable(
    string extension,
    string contentType
)
public:
Nullable<bool> IsDisplayable(
    String^ extension, 
    String^ contentType
)
member IsDisplayable : 
        extension:string * 
        contentType:string -> Nullable<bool> 
public function IsDisplayable(
    extension : String, 
    contentType : String
) : Nullable<boolean>

Parameters

Return Value

Type: System.Nullable<Boolean>

.NET Framework Security

See Also

Reference

MimeMapper Class

IsDisplayable Overload

Microsoft.TeamFoundation.SourceControl.WebApi.Services Namespace