public Project CreateProject( string projectLinkFilePath, string projectTemplateFilePath, ProjectManager.OpenMode mode )
public: Project^ CreateProject( String^ projectLinkFilePath, String^ projectTemplateFilePath, ProjectManager.OpenMode mode )
Parameters
| Parameter Name | Description |
|---|---|
| projectLinkFilePath | Full project link file path |
| projectTemplateFilePath | Full template link file path |
| mode | Desired mode of the project to be returned. It could be Exclusive or Standard. Readonly mode does not apply here. |
Return Value
Project object.