public bool UpgradeProjectDatabase( string projectPath )
public: bool UpgradeProjectDatabase( String^ projectPath )
Parameters
- projectPath
- Path to .elk project file.
Return Value
Function returns value about success.
public bool UpgradeProjectDatabase( string projectPath )
public: bool UpgradeProjectDatabase( String^ projectPath )
| Exception | Description | 
|---|---|
| ProjectNotFoundException | Thrown when project  projectPath doesn't exist. | 
| System.ArgumentNullException | Thrown when projectPathisnull. |