Click or drag to resize

MimeTypesHelperGetFilenameFilter Method (Boolean, Boolean, Boolean, Boolean, Boolean, Boolean)

Generates a Filename Filter that can be used with any .Net application and includes a user dictated subset of the formats that dotNetRDF is aware of.

Namespace:  VDS.RDF
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public static string GetFilenameFilter(
	bool rdf,
	bool rdfDatasets,
	bool sparqlResults,
	bool sparqlQuery,
	bool sparqlUpdate,
	bool allFiles
)

Parameters

rdf
Type: SystemBoolean
Allow RDF Graph formats (e.g. Turtle).
rdfDatasets
Type: SystemBoolean
Allow RDF Dataset formats (e.g. NQuads).
sparqlResults
Type: SystemBoolean
Allow SPARQL Results formats (e.g. SPARQL Results XML).
sparqlQuery
Type: SystemBoolean
Allow SPARQL Query (i.e. .rq files).
sparqlUpdate
Type: SystemBoolean
Allow SPARQL Update (i.e. .ru files).
allFiles
Type: SystemBoolean
Allow All Files (i.e. */*).

Return Value

Type: String

[Missing <returns> documentation for "M:VDS.RDF.MimeTypesHelper.GetFilenameFilter(System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean)"]

See Also