StorableObject Save Method KerbalData - KSP Data Unlocked!
Saves the object and all children to the name specified. If class is loaded from KerbalData using the StorableObjects class then save will use the repo managed by storable objects. Otherwise the local filesystem is used.

Namespace: KerbalData
Assembly: KerbalData (in KerbalData.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public bool Save(
	string name = null,
	bool backup = true
)

Return Value

true=success;false=failure

Implements

IStorable Save(String, Boolean)
See Also