IProjectServiceDuplicateProject Method (Guid, String) |
Namespace: Dundas.BI.FileSystem
Exception | Condition |
---|---|
ArgumentException | sourceProjectId is Empty. -or- newProjectName is , empty, only consists of whitespace, or contains invalid characters. |
ArgumentOutOfRangeException | newProjectName is longer than MaxNameLength. |
NotFoundException | sourceProjectId references a project which does not exist. |
DuplicateItemException | A project with the specified name already exists. |
NoPrivilegeException | The caller is not a system or tenant administrator. |
InvalidSessionException | The caller context is not associated with a valid session. |