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

Copies the object to the database as a new set of fields

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

Syntax

C#
public OCServiceReturnStatus AddNewDb(
	ref OCTrackerFields tfls,
	int projectId
)
Visual Basic (Declaration)
Public Function AddNewDb ( _
	ByRef tfls As OCTrackerFields, _
	projectId As Integer _
) As OCServiceReturnStatus
Visual C++
public:
OCServiceReturnStatus AddNewDb(
	OCTrackerFields^% tfls, 
	int projectId
)

Parameters

tfls
Type: OfficeClip.BusinessLayer.Service..::.OCTrackerFields%
Reference to the OfficeClip tracker field object
projectId
Type: System..::.Int32
The id of the project for which the fields are to be inserted

Return Value

The success or failure result

See Also