Parameters
- projectPath
- Path to old .elk project file.
- newProjectPath
- Path where upgraded project will be written.
Return Value
Function returns value about success.
Exception | Description |
---|---|
ProjectNotFoundException | Thrown when project projectPath doesn't exist. |
System.ArgumentNullException | Thrown when projectPath or newProjectPath is null . |