[This is preliminary documentation and is subject to change.]
Updates 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 int UpdateProject( ProjectInfo pi ) |
Visual Basic (Declaration) |
---|
Public Function UpdateProject ( _ pi As ProjectInfo _ ) As Integer |
Visual C++ |
---|
public: int UpdateProject( ProjectInfo^ pi ) |
Parameters
- pi
- Type: OfficeClip.BusinessLayer.Projects..::.ProjectInfo
Instance of the ProjectInfo object containing all the information related to the Project. ProjectInfo