[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.FrameworkAssembly: 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