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

Removes the field list values

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

Syntax

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

Parameters

projectId
Type: System..::.Int32
fieldType
Type: System..::.Int32
fieldId
Type: System..::.Int32

See Also