Aracılığıyla paylaş


IDocumentTypeFeature<TDocumentType>.GetContentType Method

Definition

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

Applies to