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

Gets the restricted list for the client and the project

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

Syntax

C#
public DataSet GetClientAndProjectRestrictedList(
	int groupId,
	int userId
)
Visual Basic (Declaration)
Public Function GetClientAndProjectRestrictedList ( _
	groupId As Integer, _
	userId As Integer _
) As DataSet
Visual C++
public:
DataSet^ GetClientAndProjectRestrictedList(
	int groupId, 
	int userId
)

Parameters

groupId
Type: System..::.Int32
The unique id of the group
userId
Type: System..::.Int32
The unique id of the user

Return Value

The restricted dataset of the client and the project

See Also