BuildMaster SDK Reference
Version:

Load(string fileName) Method

Loads the configuration file at the location specified by the fileName parameter.

Syntax

public static InedoProductConfigurationFile Load(string fileName)

Parameters

fileName
Type: string

The full path of the configuration file to load.

Returns

Loaded configuration file if it was found; otherwise null (Nothing in Visual Basic).

Exceptions

System.ArgumentNullException

fileName is null (Nothing in Visual Basic), empty, or contains only whitespace.