Load

Load(string)

Loads a search network configuration from a file.

public static Configuration Load(string filePath)
Parameter Type Description
filePath String The file to load from.

Return Value

The configuration.

See Also


Load(Stream)

Loads a search network configuration from a stream.

public static Configuration Load(Stream stream)
Parameter Type Description
stream Stream The stream to load from.

Return Value

The configuration.

See Also