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

Updates 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 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

Return Value

0 when successful, -1 in case of an error.

See Also