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

Updates the database based on the values entered in the option screen.

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

Syntax

C#
public void UpdateOptions(
	int projectId,
	bool isFixedPrefix,
	string prefixText,
	DataTable dt,
	int numRec
)
Visual Basic (Declaration)
Public Sub UpdateOptions ( _
	projectId As Integer, _
	isFixedPrefix As Boolean, _
	prefixText As String, _
	dt As DataTable, _
	numRec As Integer _
)
Visual C++
public:
void UpdateOptions(
	int projectId, 
	bool isFixedPrefix, 
	String^ prefixText, 
	DataTable^ dt, 
	int numRec
)

Parameters

projectId
Type: System..::.Int32
The database id of the Project.
isFixedPrefix
Type: System..::.Boolean
If the case ids have a fixed three letter Prefix.
prefixText
Type: System..::.String
if isFixedPrefix is true, then shows is the Prefix.
dt
Type: System.Data..::.DataTable
The datatable shich shows which fields are selected.
numRec
Type: System..::.Int32
Number of records to be shown in the case list screen.

See Also