Click or drag to resize

PFItemPageHub.CheckForActorReplacement Method

Checks if an actor can be replaced by the current user.

If verified, new buttons are returned for the actions bar, containing options for each actor that can be replaced.

Namespace:  Packflow.Interface
Assembly:  MicaSystems.Packflow.Interface (in MicaSystems.Packflow.Interface.dll) Version: 1.0.0.0 (2.0.0.223)
Syntax
C#
public Html CheckForActorReplacement(
	long applicationId,
	long contentTypeId,
	long itemId
)

Parameters

applicationId
Type: System.Int64
contentTypeId
Type: System.Int64
itemId
Type: System.Int64

Return Value

Type: Html
See Also