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

Creates a new empty project with minimum information

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

Syntax

C#
public int CreateNewProject(
	TrackerProjectInfo tpi,
	int currentGroupId,
	int currentUserId
)
Visual Basic (Declaration)
Public Function CreateNewProject ( _
	tpi As TrackerProjectInfo, _
	currentGroupId As Integer, _
	currentUserId As Integer _
) As Integer
Visual C++
public:
int CreateNewProject(
	TrackerProjectInfo^ tpi, 
	int currentGroupId, 
	int currentUserId
)

Parameters

tpi
Type: OfficeClip.BusinessLayer.Tracker..::.TrackerProjectInfo
The tracker project information structure
currentGroupId
Type: System..::.Int32
Unique id of the current group
currentUserId
Type: System..::.Int32
Unique id of the current user

Return Value

Returns the project id if successful or -1 if failed

See Also