DuplicateProjectOptions Constructor

Initializes a new instance of the DuplicateProjectOptions class.

Namespace:  Dundas.BI.FileSystem
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.4.0.1000)
Syntax
public DuplicateProjectOptions(
	Guid sourceProjectId,
	string targetProjectName
)

Parameters

sourceProjectId
Type: SystemGuid
The ID of the source project.
targetProjectName
Type: SystemString
The name of the target project.
See Also