Click or drag to resize

ConfigurationLoaderLoadConfiguration Method (String, Boolean)

Loads a Configuration Graph and applies auto-configuration if desired.

Namespace:  VDS.RDF.Configuration
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public static IGraph LoadConfiguration(
	string file,
	bool autoConfigure
)

Parameters

file
Type: SystemString
File to load from.
autoConfigure
Type: SystemBoolean
Whether to apply auto-configuration.

Return Value

Type: IGraph

[Missing <returns> documentation for "M:VDS.RDF.Configuration.ConfigurationLoader.LoadConfiguration(System.String,System.Boolean)"]

See Also