Skip to content

newgroundsiodotnet.components.requests.cloudsave.cloudsaveclearslotrequest

GlitchyPSIX edited this page Mar 30, 2025 · 4 revisions

CloudSaveClearSlotRequest

Namespace: NewgroundsIODotNet.Components.Requests.CloudSave

Request to empty a Cloud Save slot.

public class CloudSaveClearSlotRequest : NewgroundsIODotNet.Components.Interfaces.INgioComponentRequest

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

Id

Save Slot ID to clear

public int Id { get; set; }

Property Value

Int32

Constructors

CloudSaveClearSlotRequest(Dictionary<String, Object>, Object)

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

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

Parameters

parameters Dictionary<String, Object>
Manually provided component parameters

echo Object
NGIO Echo response

CloudSaveClearSlotRequest(Int32)

public CloudSaveClearSlotRequest(int id)

Parameters

id Int32

Clone this wiki locally