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 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:
StringString containing the response JSON code.
See Also