Click or drag to resize

RestModuleGetQueryStringValue Method

Gets a request value from the query string. altNames contains other parameter names to check if no value found in the first one.

Namespace:  Packflow.Rest
Assembly:  MicaSystems.Packflow.Interface (in MicaSystems.Packflow.Interface.dll) Version: 1.0.0.0 (2.0.0.223)
Syntax
C#
protected string GetQueryStringValue(
	string paramName,
	params string[] altNames
)

Parameters

paramName
Type: SystemString
altNames
Type: SystemString

Return Value

Type: String
See Also