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

Gets the authorized users

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

Syntax

C#
public DataSet GetWorkflowAuthorizedUsers(
	int applicationId,
	int groupId,
	int userId,
	bool isAdmin
)
Visual Basic (Declaration)
Public Function GetWorkflowAuthorizedUsers ( _
	applicationId As Integer, _
	groupId As Integer, _
	userId As Integer, _
	isAdmin As Boolean _
) As DataSet
Visual C++
public:
DataSet^ GetWorkflowAuthorizedUsers(
	int applicationId, 
	int groupId, 
	int userId, 
	bool isAdmin
)

Parameters

applicationId
Type: System..::.Int32
groupId
Type: System..::.Int32
userId
Type: System..::.Int32
isAdmin
Type: System..::.Boolean

Return Value

See Also