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

Updates the users associated with the role

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

Syntax

C#
public DBConstants..::.ReturnValue UpdateRoleUsers(
	int roleId,
	int groupId,
	int[] userIds
)
Visual Basic (Declaration)
Public Function UpdateRoleUsers ( _
	roleId As Integer, _
	groupId As Integer, _
	userIds As Integer() _
) As DBConstants..::.ReturnValue
Visual C++
public:
DBConstants..::.ReturnValue UpdateRoleUsers(
	int roleId, 
	int groupId, 
	array<int>^ userIds
)

Parameters

roleId
Type: System..::.Int32
The unique id of the role
groupId
Type: System..::.Int32
The unique id of the group
userIds
Type: array<System..::.Int32>[]()[]
The array of integers showing userids

Return Value

Enumerated type return value

See Also