[This is preliminary documentation and is subject to change.]
Gets a list of workflow routing members for a particular user
as per the workflow defined for that particular user in a particular group.
Namespace:
OfficeClip.DBLayer.FrameworkAssembly: OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0
Syntax
C# |
---|
public DataSet GetWorkflowRoutingMembers( int groupId, int userId ) |
Visual Basic (Declaration) |
---|
Public Function GetWorkflowRoutingMembers ( _ groupId As Integer, _ userId As Integer _ ) As DataSet |
Visual C++ |
---|
public: DataSet^ GetWorkflowRoutingMembers( int groupId, int userId ) |
Parameters
- groupId
- Type: System..::.Int32
Id of the group.
- userId
- Type: System..::.Int32
Id of the user for which the workflow routing members have to be retrieved.
Return Value
DataSet containing the id and name of the workflow routing members. This DataSet consists of a single DataTable with the following columns.- routingUserId (System.Int32)Id of the user in the routing list.
- routingUserName (System.String)Name of the user in the routing list.