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

Gets the Project information.

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

Syntax

C#
public TrackerProjectInfo GetProjectInfo(
	int projectId
)
Visual Basic (Declaration)
Public Function GetProjectInfo ( _
	projectId As Integer _
) As TrackerProjectInfo
Visual C++
public:
TrackerProjectInfo^ GetProjectInfo(
	int projectId
)

Parameters

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

Return Value

The return status enumerated type ReturnStatus.

See Also