CreateNewProject

CreateNewProject (1 of 2)

Creates new project in Project Server\Project Online instance using default save options.

Returns: void Aspose::Tasks::

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

CreateNewProject (2 of 2)

Creates new project in Project Server\Project Online instance using the specified save options.

Returns: void Aspose::Tasks::

CreateNewProject(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.