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

Updates the default value of the list type field.

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

Syntax

C#
public void UpdateFieldListDefault(
	int projectId,
	int fieldType,
	int fieldId
)
Visual Basic (Declaration)
Public Sub UpdateFieldListDefault ( _
	projectId As Integer, _
	fieldType As Integer, _
	fieldId As Integer _
)
Visual C++
public:
void UpdateFieldListDefault(
	int projectId, 
	int fieldType, 
	int fieldId
)

Parameters

projectId
Type: System..::.Int32
The unique id of the Project.
fieldType
Type: System..::.Int32
The type of the field, these are coded. according to the type in TrackerFieldsNameId
fieldId
Type: System..::.Int32
The id of the field type.

See Also