-
Notifications
You must be signed in to change notification settings - Fork 0
newgroundsiodotnet.components.requests.cloudsave.cloudsaveclearslotrequest
GlitchyPSIX edited this page Mar 30, 2025
·
4 revisions
Namespace: NewgroundsIODotNet.Components.Requests.CloudSave
Request to empty a Cloud Save slot.
public class CloudSaveClearSlotRequest : NewgroundsIODotNet.Components.Interfaces.INgioComponentRequest
Inheritance Object → CloudSaveClearSlotRequest
Implements INgioComponentRequest
public string Component { get; }
public bool RequiresSecureCall { get; }
public Dictionary<string, object> Parameters { get; }
public object Echo { get; set; }
Save Slot ID to clear
public int Id { get; set; }
Use this constructor only if you know what you're doing.
public CloudSaveClearSlotRequest(Dictionary<string, object> parameters, object echo)
parameters
Dictionary<String, Object>
Manually provided component parameters
echo
Object
NGIO Echo response
public CloudSaveClearSlotRequest(int id)
id
Int32