Click or drag to resize
BaseRESTServiceGetQueryParam Method
Returns query string parameter.

Namespace: CMS.WebServices
Assembly: CMS.WebServices (in CMS.WebServices.dll) Version: 9.0.0
Syntax
C#
protected static string GetQueryParam(
	string name
)

Parameters

name
Type: SystemString
Name of the parameter

Return Value

Type: String
See Also