Skip to content

newgroundsiodotnet.components.requests.app.appgetcurrentversionrequest

GlitchyPSIX edited this page Mar 30, 2025 · 4 revisions

AppGetCurrentVersionRequest

Namespace: NewgroundsIODotNet.Components.Requests.App

Request to get the current version of an app.

public class AppGetCurrentVersionRequest : NewgroundsIODotNet.Components.Interfaces.INgioComponentRequest

Inheritance ObjectAppGetCurrentVersionRequest
Implements INgioComponentRequest

Properties

Component

public string Component { get; }

Property Value

String

Parameters

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

Property Value

Dictionary<String, Object>

Echo

public object Echo { get; set; }

Property Value

Object

RequiresSecureCall

public bool RequiresSecureCall { get; }

Property Value

Boolean

Version

Current version of the app to check with

public string Version { get; set; }

Property Value

String

Constructors

AppGetCurrentVersionRequest(Dictionary<String, Object>, Object)

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

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

Parameters

parameters Dictionary<String, Object>
Manually provided component parameters

echo Object
NGIO Echo response

AppGetCurrentVersionRequest(String)

public AppGetCurrentVersionRequest(string version)

Parameters

version String

Clone this wiki locally