JsonContentTypeMapperGetMessageFormatForContentType Method

Scanjour Workflow4 Reference Manual
When overridden in a derived class, returns the message format used for a specified content type.

Namespace:  Scanjour.Workflow4.Web.Services.Helpers
Assembly:  Scanjour.Workflow4.Web.Services (in Scanjour.Workflow4.Web.Services.dll) Version: 23.1.0.0 (23.1.0.0)
Syntax

public override WebContentFormat GetMessageFormatForContentType(
	string contentType
)

Parameters

contentType
Type: SystemString
The content type that indicates the MIME type of data to be interpreted.

Return Value

Type: WebContentFormat
The WebContentFormat that specifies the format to which the message content type is mapped.
See Also

Reference