BaseService GetQueryParameters Method CTCT Wrapper Documented Class Library
Constructs the query with specified parameters.

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

public static string GetQueryParameters(
	params Object[] prms
)

Parameters

prms
Type:  System Object 
An array of parameter name and value combinations.

Return Value

Returns the query part of the URL.
See Also