Click or drag to resize

PFApplicationRestHandlerGetPostedValue Method

Gets a posted parameter value.

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 GetPostedValue(
	string parameterName,
	bool throwIfNotFound = false
)

Parameters

parameterName
Type: SystemString
throwIfNotFound (Optional)
Type: SystemBoolean

Return Value

Type: String
See Also