Click or drag to resize

QueryUtil Class

Generates string queries.
Inheritance Hierarchy
SystemObject
  Smartsheet.Api.Internal.UtilQueryUtil

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 class QueryUtil

The QueryUtil type exposes the following members.

Methods
  NameDescription
Public methodStatic memberGenerateCommaSeparatedListT

Generates a string of camelCase words each separated by a comma.

For example, an input array of {DISCUSSIONS, COLUMN_TYPE} would output a string of "discussions,columnType".

Public methodStatic memberGenerateQueryString
Generates a query string.
Public methodStatic memberGenerateUrl
Generates a url based on the baseUrl and parameters.
Top
See Also