Method Save
Save()
Saves the object's data to the current DataStreamSupporter.
public virtual void Save()
Save(Stream)
Saves the object's data to the specified stream.
public void Save(Stream stream)
Parameters
stream
StreamThe stream to save the object's data to.
Save(string)
Saves the object's data to the specified file location.
public virtual void Save(string filePath)
Parameters
filePath
stringThe file path to save the object's data to.
Save(string, bool)
Saves the object's data to the specified file location.
public virtual void Save(string filePath, bool overWrite)