bool TryGetContentType(
string subpath,
out string contentType
)Function TryGetContentType (
subpath As String,
<OutAttribute> ByRef contentType As String
) As Booleanabstract TryGetContentType :
subpath : string *
contentType : string byref -> bool