IProjectServiceCopyIntoProject Method |
Copies the contents of a project into another project.
Namespace: Dundas.BI.FileSystemAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
SyntaxCopyResult CopyIntoProject(
Guid sourceProjectId,
Guid targetProjectId
)
Function CopyIntoProject (
sourceProjectId As Guid,
targetProjectId As Guid
) As CopyResult
CopyResult^ CopyIntoProject(
Guid sourceProjectId,
Guid targetProjectId
)
abstract CopyIntoProject :
sourceProjectId : Guid *
targetProjectId : Guid -> CopyResult Parameters
- sourceProjectId Guid
- The ID of the source project.
- targetProjectId Guid
- The ID of the target project.
Return Value
CopyResultAn object containing additional result details of the copy operation.
Exceptions
See Also