Skip to content

newgroundsiodotnet.components.requests.cloudsave.cloudsaveloadmanyslotsrequest

GlitchyPSIX edited this page Mar 30, 2025 · 4 revisions

CloudSaveLoadManySlotsRequest

Namespace: NewgroundsIODotNet.Components.Requests.CloudSave

Request to load save slots from an app.

public class CloudSaveLoadManySlotsRequest : NewgroundsIODotNet.Components.Interfaces.INgioComponentRequest

Inheritance ObjectCloudSaveLoadManySlotsRequest
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

AppId

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

public string AppId { get; set; }

Property Value

String

Constructors

CloudSaveLoadManySlotsRequest(Dictionary<String, Object>, Object)

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

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

Parameters

parameters Dictionary<String, Object>
Manually provided component parameters

echo Object
NGIO Echo response

CloudSaveLoadManySlotsRequest(String)

public CloudSaveLoadManySlotsRequest(string appId)

Parameters

appId String

Clone this wiki locally