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

Get all instances of Tracktimeudf from the database

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

Syntax

C#
public TrackTimeUdfInfo GetTrackTimeUdf(
	int groupId,
	int applicationId
)
Visual Basic (Declaration)
Public Function GetTrackTimeUdf ( _
	groupId As Integer, _
	applicationId As Integer _
) As TrackTimeUdfInfo
Visual C++
public:
TrackTimeUdfInfo^ GetTrackTimeUdf(
	int groupId, 
	int applicationId
)

Parameters

groupId
Type: System..::.Int32
The unique id of the Tracktimeudf in the database
applicationId
Type: System..::.Int32
Teh unique id of the application

Return Value

The TrackTimeUdfInfo information structure, null if the Tracktimeudf is not found

See Also