Click or drag to resize

MimeTypeSelectorCreate Method

Creates a MIME Type selector.

Namespace:  VDS.RDF
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public static MimeTypeSelector Create(
	string contentType,
	int order
)

Parameters

contentType
Type: SystemString
MIME Type.
order
Type: SystemInt32
Order the selector appears in the input.

Return Value

Type: MimeTypeSelector

[Missing <returns> documentation for "M:VDS.RDF.MimeTypeSelector.Create(System.String,System.Int32)"]

See Also