PFItemControllerPFItemTypeReplaceActor Method |
Administration action. Reassigns a given task to the current user (if allowed to).
Namespace:
Packflow.Interface
Assembly:
MicaSystems.Packflow.Interface (in MicaSystems.Packflow.Interface.dll) Version: 1.0.0.0 (2.0.0.223)
Syntax [HttpPostAttribute]
[AcceptVerbsAttribute(HttpVerbs.Post)]
public ActionResult ReplaceActor(
PFItemType item,
FormCollection collection
)
Parameters
- item
- Type: PFItemType
- collection
- Type: FormCollection
Return Value
Type:
ActionResultSee Also