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

Gets all the Project related information from the database.

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

Syntax

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

Parameters

projectId
Type: System..::.Int32
Id of the Project for which all the information has to be retrieved.

Return Value

Instance of the ProjectInfo object containing all the information related to the Project. ProjectInfo

See Also