Freigeben über


IDocumentTypeFeature<TDocumentType>.GetDocumentType(String) Methode

Definition

Ruft den Dokumenttyp für einen bestimmten Inhaltstyp ab.

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

Parameter

contentPart
String

Der Inhaltstyp.

Gibt zurück

Nullable<TDocumentType>

Der Dokumenttyp, falls bekannt, andernfalls null

Gilt für: