IDocumentTypeFeature<TDocumentType>.GetDocumentType(String) 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 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