IProjectServiceDuplicateProject Method (DuplicateProjectOptions)

Duplicates the specified project.

Namespace:  Dundas.BI.FileSystem
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.4.0.1000)
Syntax
CopyResult DuplicateProject(
	DuplicateProjectOptions options
)

Parameters

options
Type: Dundas.BI.FileSystemDuplicateProjectOptions
The duplicate project options.

Return Value

Type: CopyResult
An object containing additional result details of the copy operation.
Exceptions
ExceptionCondition
DuplicateItemExceptionA project with the specified name already exists.
NoPrivilegeExceptionThe caller is not a system or tenant administrator.
InvalidSessionExceptionThe caller context is not associated with a valid session.
See Also