Parameters
- projectLinkFilePath
- Full project link file path
- projectTemplateFilePath
- Full template link file path
Return Value
Project object.
Exception | Description |
---|---|
System.ArgumentException | Thrown when filename in projectLinkFilePath parameter starts or ends with space character. |
ProjectCreationException | Thrown when project cannot be created. |
System.ArgumentNullException | Thrown when projectLinkFilePath is null . |
System.ArgumentNullException | Thrown when projectTemplateFilePath is null . |
ProjectLockingException | Thrown when LockProjectByDefault is true and a project cannot be locked. |