FileSystemRepository T  Get Method (String,  ) KerbalData - KSP Data Unlocked!
Gets an object with a particular Id along with a copy of the source data for backup/reversion

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

public T Get(
	string id,
	out JObject data
)

Parameters

id
Type: OnlineSystem String
object id to retrieve
data
Type: JObject 
source data object to populate

Return Value

de-serialized data object

Implements

IKerbalDataRepo T  Get(String, JObject )
See Also