Cloud Storage Integrator 2016 .NET Edition
Cloud Storage Integrator 2016 .NET Edition
Questions / Feedback?

AddQueryParam Method

Adds a query parameter to the QueryParams properties.

Syntax

[VB.NET]
Public Sub AddQueryParam(ByVal name As String, ByVal value As String)
[C#]
public void AddQueryParam(string name, string value);

Remarks

This method is used to add a query parameter to the QueryParams collection . Name specifies the name of the parameter, and Value specifies the value of the parameter.

All specified Values will be URL encoded by the component automatically. Consult the service documentation for details on the available parameters.

 
 
Copyright (c) 2019 /n software inc. - All rights reserved.
Cloud Storage Integrator 2016 .NET Edition - Version 16.0 [Build 7239]