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

Changes the name of the Project.

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

Syntax

C#
public TrackerDB..::.UpdateProjectNameStatus UpdateProjectName(
	int projectId,
	string projectName
)
Visual Basic (Declaration)
Public Function UpdateProjectName ( _
	projectId As Integer, _
	projectName As String _
) As TrackerDB..::.UpdateProjectNameStatus
Visual C++
public:
TrackerDB..::.UpdateProjectNameStatus UpdateProjectName(
	int projectId, 
	String^ projectName
)

Parameters

projectId
Type: System..::.Int32
The database id of the Project.
projectName
Type: System..::.String
The name of the Project.

Return Value

returns 0 id successful and -1 if it will create a duplicate name.

See Also