Click or drag to resize

PFApplicationRestHandlerHandleCustomResourceRequest Method

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

"RestCustomResource/APPLICATION_NAME/RESOURCE_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 HandleCustomResourceRequest(
	string resourceName,
	params string[] parameters
)

Parameters

resourceName
Type: SystemString
Name of the resource.
parameters
Type: SystemString
The parameters.

Return Value

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