IProjectServiceDuplicateProject Method (Guid, Guid) |
Note: This API is now obsolete.
Namespace: Dundas.BI.FileSystem
[ObsoleteAttribute("Use CopyIntoProject")] void DuplicateProject( Guid sourceProjectId, Guid targetProjectId )
Exception | Condition |
---|---|
ArgumentException | sourceProjectId or targetProjectId is Empty. |
NotFoundException | sourceProjectId or targetProjectId references a project which does not exist. |
NoPrivilegeException | The caller does not have administrative privileges on the source and target projects. |
InvalidSessionException | The caller context is not associated with a valid session. |