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

Updates the fixed field names.

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

Syntax

C#
public void UpdateFixedFields(
	int projectId,
	ArrayList fixedFields
)
Visual Basic (Declaration)
Public Sub UpdateFixedFields ( _
	projectId As Integer, _
	fixedFields As ArrayList _
)
Visual C++
public:
void UpdateFixedFields(
	int projectId, 
	ArrayList^ fixedFields
)

Parameters

projectId
Type: System..::.Int32
The database id for the Project.
fixedFields
Type: System.Collections..::.ArrayList
The name of the fixed fields in the array list.

See Also