Click or drag to resize

PFApplicationRestHandlerHandleItemCustomRequest Method

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

"RestItem/APPLICATION_NAME/CONTENTTYPE_NAME/ITEM_ID/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 HandleItemCustomRequest(
	PFItem item,
	string actionName,
	params string[] parameters
)

Parameters

item
Type: Packflow.CorePFItem
The Packflow item.
actionName
Type: SystemString
Name of the action.
parameters
Type: SystemString
The parameters.

Return Value

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