Share via


IDocumentTypeFeature<TDocumentType>.GetDocumentType(String) Method

Definition

Gets the document type for a given content type.

public TDocumentType? GetDocumentType (string contentPart);
abstract member GetDocumentType : string -> Nullable<'DocumentType (requires 'DocumentType : struct)>
Public Function GetDocumentType (contentPart As String) As Nullable(Of TDocumentType)

Parameters

contentPart
String

The content type.

Returns

Nullable<TDocumentType>

The document type if known, otherwise null

Applies to