BuildMaster SDK Reference
Version:

Load(System.IO.Stream stream) Method

Loads the configuration file stored in the specified stream.

Syntax

public static InedoProductConfigurationFile Load(System.IO.Stream stream)

Parameters

stream
Type: System.IO.Stream

Stream containing the configuration file XML.

Returns

Loaded configuration file.

Exceptions

System.ArgumentNullException

stream is null (Nothing in Visual Basic).