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

Inserts the fixed field options, by default all the fields are shown

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

Syntax

C#
public void InsertFixedFieldOptions(
	int projectId
)
Visual Basic (Declaration)
Public Sub InsertFixedFieldOptions ( _
	projectId As Integer _
)
Visual C++
public:
void InsertFixedFieldOptions(
	int projectId
)

Parameters

projectId
Type: System..::.Int32
The unique id of the Project

See Also