[This is preliminary documentation and is subject to change.]
Gets all the Project related information from the database.
Namespace:
OfficeClip.DBLayer.ProjectsAssembly: 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.