DuplicateProjectOptions Constructor |
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
)
Public Sub New (
sourceProjectId As Guid,
targetProjectName As String
)
public:
DuplicateProjectOptions(
Guid sourceProjectId,
String^ targetProjectName
)
new :
sourceProjectId : Guid *
targetProjectName : string -> DuplicateProjectOptions
Parameters
- sourceProjectId
- Type: SystemGuid
The ID of the source project. - targetProjectName
- Type: SystemString
The name of the target project.
See Also