Click or drag to resize

PFApplicationRestHandlerHandleCustomActionRequest Method

Handles Rest requests for custom actions with an URL following the format

"RestCustomAction/APPLICATION_NAME/ACTION_NAME/PARAMETER_1/PARAMETER_2/..."

Namespace:  Packflow.Rest
Assembly:  MicaSystems.Packflow.Interface (in MicaSystems.Packflow.Interface.dll) Version: 1.0.0.0 (2.0.0.223)
Syntax
C#
public virtual string HandleCustomActionRequest(
	string actionName,
	params string[] parameters
)

Parameters

actionName
Type: SystemString
Name of the action.
parameters
Type: SystemString
The parameters.

Return Value

Type: String
String containing the response JSON code.
See Also