Config ConstructUrl Method CTCT Wrapper Documented Class Library
Creates the URL for API access.

Namespace: CTCT.Util
Assembly: CTCT (in CTCT.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax

public static string ConstructUrl(
	string urlPart,
	Object[] prms,
	Object[] queryList
)

Parameters

urlPart
Type: System String
URL part.
prms
Type:  System Object 
Additional parameters for URL formatting.
queryList
Type:  System Object 
Query parameters to add to the URL.

Return Value

Returns the URL with all specified query parameters.
See Also