Skip to main content

IProjectService.SaveProjectAs Method

Namespace: NextDesign.Core.Runtime

Description

Saves the specified project under a different name.
If the specified destination folder does not exist, it will be created automatically.

Argument

NameTypeDescription
projectIProjectProject
projectPathstringProject path to save

Return value

Exceptions

NameException classDescription
Invalid argumentExtensionArgumentExceptionWhen null is specified for project. When null or an empty string is specified for projectPath.
When a project path in a format not supported by the running Core.Runtime is specified for projectPath.
UnsupportedExtensionNotSupportedExceptionWhen the current edition of the application is not compatible.
Invalid operationExtensionInvalidOperationExceptionWhen a closed project is specified for project. If specified