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

Gets the restricted list for the user

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

Syntax

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

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

Return Value

The restricted dataset of the client and the project

See Also