Click or drag to resize

PFItemControllerPFItemTypeUpdatePermissions Method

Administration action. Forces a recalculation of the permissions of the current item.

This can be useful when rules changed (in the model) since the last save.

Namespace:  Packflow.Interface
Assembly:  MicaSystems.Packflow.Interface (in MicaSystems.Packflow.Interface.dll) Version: 1.0.0.0 (2.0.0.223)
Syntax
C#
[HttpPostAttribute]
[AcceptVerbsAttribute(HttpVerbs.Post)]
public virtual ActionResult UpdatePermissions(
	PFItemType item,
	FormCollection collection
)

Parameters

item
Type: PFItemType
collection
Type: FormCollection

Return Value

Type: ActionResult
See Also