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

Adds a new project in the database that corresponds to this object

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

Syntax

C#
public OCServiceReturnStatus AddNewDb(
	ref OCTrackerProject octp,
	string projectName,
	ConfigureInfo session
)
Visual Basic (Declaration)
Public Function AddNewDb ( _
	ByRef octp As OCTrackerProject, _
	projectName As String, _
	session As ConfigureInfo _
) As OCServiceReturnStatus
Visual C++
public:
OCServiceReturnStatus AddNewDb(
	OCTrackerProject^% octp, 
	String^ projectName, 
	ConfigureInfo^ session
)

Parameters

octp
Type: OfficeClip.BusinessLayer.Service..::.OCTrackerProject%
The service tracker project object
projectName
Type: System..::.String
The name of the project to be used
session
Type: OfficeClip.Utils..::.ConfigureInfo
The user session

Return Value

Returns success or failure values

See Also