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

Updates the users restricted list

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

Syntax

C#
public void UpdateUsersRestricted(
	int groupId,
	int accountId,
	int projectId,
	Hashtable ht
)
Visual Basic (Declaration)
Public Sub UpdateUsersRestricted ( _
	groupId As Integer, _
	accountId As Integer, _
	projectId As Integer, _
	ht As Hashtable _
)
Visual C++
public:
void UpdateUsersRestricted(
	int groupId, 
	int accountId, 
	int projectId, 
	Hashtable^ ht
)

Parameters

groupId
Type: System..::.Int32
The unique id of the group
accountId
Type: System..::.Int32
The unique id of the client
projectId
Type: System..::.Int32
The unique id of the project
ht
Type: System.Collections..::.Hashtable
The hashtable of information to be updated

See Also