Save

Save(string)

Saves this configuration to a file.

public void Save(string filePath)
Parameter Type Description
filePath String The file to save to.

See Also


Save(Stream)

Saves this configuration to a stream.

public void Save(Stream stream)
Parameter Type Description
stream Stream The stream to save to.

See Also