IDocumentTypeFeature<TDocumentType>.GetContentType Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the content type for a given document type.
public string? GetContentType (TDocumentType type);
abstract member GetContentType : 'DocumentType -> string
Public Function GetContentType (type As TDocumentType) As String
Parameters
- type
- TDocumentType
Document type.
Returns
The content type if known, otherwise null