Click or drag to resize

QueryUtil.GenerateQueryString Method

Generates a query string.

Namespace:  Smartsheet.Api.Internal.Util
Assemblies:   smartsheet-csharp-sdk (in smartsheet-csharp-sdk.dll) Version: 2.126.0
  smartsheet-csharp-sdk (in smartsheet-csharp-sdk.dll) Version: 2.126.0
Syntax
public static string GenerateQueryString(
	IDictionary<string, string> parameters
)

Parameters

parameters
Type: System.Collections.Generic.IDictionary<String, String>
the map of query string keys and values

Return Value

Type: String
the qery string
See Also