public bool CanOpenReadOnly( string projectPath )
public: bool CanOpenReadOnly( String^ projectPath )
Parameters
- projectPath
- Path to .elk project file.
Return Value
Returns true if project can be opened without conversion.
public bool CanOpenReadOnly( string projectPath )
public: bool CanOpenReadOnly( String^ projectPath )
Exception | Description |
---|---|
ProjectNotFoundException | Thrown when project doesn't exist. |
System.ArgumentNullException | Thrown when projectPath is null . |