Click or drag to resize

PFDataHubCanReassignTasks Method

Checks if the current user can reassign the specified tasks. Returns "OK" if validated, else returns a translated error message.

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 CanReassignTasks(
	long applicationId,
	long contentTypeId,
	List<long> taskIds
)

Parameters

applicationId
Type: SystemInt64
contentTypeId
Type: SystemInt64
taskIds
Type: System.Collections.GenericListInt64

Return Value

Type: Html
See Also