BuildMaster SDK Reference
Version:

Save(System.IO.Stream stream) Method

Writes the configuration file to the specified stream.

Syntax

public void Save(System.IO.Stream stream)

Parameters

stream
Type: System.IO.Stream

Stream to write to.

Exceptions

System.ArgumentNullException

stream is null (Nothing in Visual Basic).