[This is preliminary documentation and is subject to change.]

Reroutes a particular item to a particular group administrator no matter what stage and type of workflow it is in.

Namespace:  OfficeClip.DBLayer.Framework
Assembly:  OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0

Syntax

C#
public int RerouteItemToMe(
	int applicationId,
	int id,
	int currentUserId
)
Visual Basic (Declaration)
Public Function RerouteItemToMe ( _
	applicationId As Integer, _
	id As Integer, _
	currentUserId As Integer _
) As Integer
Visual C++
public:
int RerouteItemToMe(
	int applicationId, 
	int id, 
	int currentUserId
)

Parameters

applicationId
Type: System..::.Int32
Id of the application i.e. expense or timesheet.
id
Type: System..::.Int32
Id of the item.
currentUserId
Type: System..::.Int32
The unique id of the current user

Return Value

0 when successful, -1 in case of an error.

See Also