IProjectServiceDuplicateProject(DuplicateProjectOptions) Method

Duplicates the specified project.

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

Parameters

options  DuplicateProjectOptions
The duplicate project options.

Return Value

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