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

List of accounts and / or projects in a particular group.

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

Syntax

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

Parameters

groupId
Type: System..::.Int32
group id in officeclip

Return Value

List of Accounts and / or projects in Dataset

See Also