Click or drag to resize

PFDataHubGetReassignTaskUsersAutoComplete Method

Gets an autocomplete popup containing users available for a task reassignment.

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 GetReassignTaskUsersAutoComplete(
	long applicationId,
	long applicationContextId,
	string textFilter
)

Parameters

applicationId
Type: SystemInt64
applicationContextId
Type: SystemInt64
textFilter
Type: SystemString

Return Value

Type: Html
See Also