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
Syntaxpublic static string GenerateUrl(
string baseUrl,
IDictionary<string, string> parameters
)
Public Shared Function GenerateUrl (
baseUrl As String,
parameters As IDictionary(Of String, String)
) As String
public:
static String^ GenerateUrl(
String^ baseUrl,
IDictionary<String^, String^>^ parameters
)
static member GenerateUrl :
baseUrl : string *
parameters : IDictionary<string, string> -> string
Parameters
- baseUrl
- Type: SystemString
the baseUrl - parameters
- Type: System.Collections.GenericIDictionaryString, String
the parameters
Return Value
Type:
Stringthe generated url
See Also