DuplicateProjectOptions Constructor  | 
  
    Namespace: 
   Dundas.BI.FileSystem
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntaxpublic DuplicateProjectOptions(
	Guid sourceProjectId,
	string targetProjectName
)
Public Sub New ( 
	sourceProjectId As Guid,
	targetProjectName As String
)
public:
DuplicateProjectOptions(
	Guid sourceProjectId, 
	String^ targetProjectName
)
new : 
        sourceProjectId : Guid * 
        targetProjectName : string -> DuplicateProjectOptionsParameters
- sourceProjectId
 - Type: SystemGuid
The ID of the source project. - targetProjectName
 - Type: SystemString
The name of the target project. 
See Also