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

Updates the client and the project restricted list

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

Syntax

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

Parameters

groupId
Type: System..::.Int32
The unique id of the group
userId
Type: System..::.Int32
The unique id of the user
ht
Type: System.Collections..::.Hashtable
The hashtable that contains the project and customer information.

See Also