BuildMaster SDK Reference
Version:

Save(string fileName) Method

Writes the configuration file data to the specified file.

Syntax

public void Save(string fileName)

Parameters

fileName
Type: string

Full path of the file to create.

Exceptions

System.ArgumentNullException

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