Click or drag to resize

QueryUtilGenerateUrl Method

Generates a url based on the baseUrl and parameters.

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 GenerateUrl(
	string baseUrl,
	IDictionary<string, string> parameters
)

Parameters

baseUrl
Type: SystemString
the baseUrl
parameters
Type: System.Collections.GenericIDictionaryString, String
the parameters

Return Value

Type: String
the generated url
See Also