DuplicateProjectOptions Constructor |
Namespace: Dundas.BI.FileSystemAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.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 Guid
- The ID of the source project.
- targetProjectName String
- The name of the target project.
See Also