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

Gets all the information related to the currently Active expense types corresponding to a particular group.

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

Syntax

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

Parameters

groupId
Type: System..::.Int32
The unique id for the group.

Return Value

Instance of the GroupExpenseTypeInfo object containing all the information of expense types related to the group. GroupExpenseTypeInfo

See Also