Click or drag to resize

ConfigurationLoaderLoadConfiguration Method (Uri, 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(
	Uri u,
	bool autoConfigure
)

Parameters

u
Type: SystemUri
URI 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.Uri,System.Boolean)"]

See Also