Skip to content

newgroundsiodotnet.components.requests.cloudsave.cloudsaveloadslotrequest

GlitchyPSIX edited this page Mar 30, 2025 · 4 revisions

CloudSaveLoadSlotRequest

Namespace: NewgroundsIODotNet.Components.Requests.CloudSave

Request to load up a single Cloud Save slot.

public class CloudSaveLoadSlotRequest : NewgroundsIODotNet.Components.Interfaces.INgioComponentRequest

Inheritance ObjectCloudSaveLoadSlotRequest
Implements INgioComponentRequest

Properties

Component

public string Component { get; }

Property Value

String

RequiresSecureCall

public bool RequiresSecureCall { get; }

Property Value

Boolean

Parameters

public Dictionary<string, object> Parameters { get; }

Property Value

Dictionary<String, Object>

Echo

public object Echo { get; set; }

Property Value

Object

CloudSaveId

Cloud Save slot to load

public int CloudSaveId { get; set; }

Property Value

Int32

AppId

App ID to load save slots from. Leave null to use the current app.

public string AppId { get; set; }

Property Value

String

Constructors

CloudSaveLoadSlotRequest(Dictionary<String, Object>, Object)

Use this constructor only if you know what you're doing.

public CloudSaveLoadSlotRequest(Dictionary<string, object> parameters, object echo)

Parameters

parameters Dictionary<String, Object>
Manually provided component parameters

echo Object
NGIO Echo response

CloudSaveLoadSlotRequest(Int32, String)

public CloudSaveLoadSlotRequest(int saveId, string appId)

Parameters

saveId Int32

appId String

Clone this wiki locally