UpdateProject

UpdateProject (1 of 2)

Updates existing project in Project Server\Project Online instance using default save options. The existing project will be overwritten.

Returns: void Aspose::Tasks::

UpdateProject(const System::SharedPtr< Project > & project)
ParameterDescription
projectThe project to save to Project Server\Project Online instance.

UpdateProject (2 of 2)

Updates existing project in Project Server\Project Online instance using the specified save options. The existing project will be overwritten.

Returns: void Aspose::Tasks::

UpdateProject(const System::SharedPtr< Project > & project, const System::SharedPtr< ProjectServerSaveOptions > & saveOptions)
ParameterDescription
projectThe project to save to Project Server\Project Online instance.
saveOptionsInstance of ProjectServerSaveOptions class.