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 (26.2.0.1000)
Syntax
public DuplicateProjectOptions(
	Guid sourceProjectId,
	string targetProjectName
)

Parameters

sourceProjectId  Guid
The ID of the source project.
targetProjectName  String
The name of the target project.
See Also