API Integrator 2016 .NET Edition
API Integrator 2016 .NET Edition
Questions / Feedback?

AddURLParam Method

Adds a URL parameter to be substituted into a URL.

Syntax

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

Remarks

This method assigns a value to a URL parameter, which will be substituted into the appropriate place in a path-templated URL. For more information, refer to the URL property, as well as the path-templating section of the OpenAPI 2.0 specification.

 
 
Copyright (c) 2021 /n software inc. - All rights reserved.
API Integrator 2016 .NET Edition - Version 16.0 [Build 7709]