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

Constructor

Namespace:  OfficeClip.BusinessLayer.Framework.TrackTime
Assembly:  OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0

Syntax

C#
public TrackTimeUdfInfo(
	int groupId,
	int applicationId,
	string fieldType1,
	string fieldDefault1,
	string fieldType2,
	string fieldDefault2,
	string fieldName1,
	string fieldName2
)
Visual Basic (Declaration)
Public Sub New ( _
	groupId As Integer, _
	applicationId As Integer, _
	fieldType1 As String, _
	fieldDefault1 As String, _
	fieldType2 As String, _
	fieldDefault2 As String, _
	fieldName1 As String, _
	fieldName2 As String _
)
Visual C++
public:
TrackTimeUdfInfo(
	int groupId, 
	int applicationId, 
	String^ fieldType1, 
	String^ fieldDefault1, 
	String^ fieldType2, 
	String^ fieldDefault2, 
	String^ fieldName1, 
	String^ fieldName2
)

Parameters

groupId
Type: System..::.Int32
The unique id of the group
applicationId
Type: System..::.Int32
The unique id of the application
fieldType1
Type: System..::.String
The first field type
fieldDefault1
Type: System..::.String
The first field default
fieldType2
Type: System..::.String
The second field type
fieldDefault2
Type: System..::.String
The second field default
fieldName1
Type: System..::.String
The first field name
fieldName2
Type: System..::.String
The second field name

See Also