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

Gets the rates for all the user in the group

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

Syntax

C#
public DataSet GetTERates(
	int groupId,
	bool isLatest
)
Visual Basic (Declaration)
Public Function GetTERates ( _
	groupId As Integer, _
	isLatest As Boolean _
) As DataSet
Visual C++
public:
DataSet^ GetTERates(
	int groupId, 
	bool isLatest
)

Parameters

groupId
Type: System..::.Int32
The unique id of the group
isLatest
Type: System..::.Boolean
Shows if only the latest rates are required

Return Value

The dataset for the rates for the group

See Also