GetSettings Method
Summary
Returns the settings in the specified json file.
Syntax
public static string GetSettings(
string id,
string json
)
Public Shared Function GetSettings(
ByVal id As String,
ByVal json As String
) As String
public:
static String^ GetSettings(
String^ id,
String^ json
)
Parameters
json
The JSON file where the requested data is stored.
Return Value
The JSON file for the id containing the requested settings.