IProjectServiceCopyIntoProject Method  | 
 Copies the contents of a project into another project.
 
    Namespace: 
   Dundas.BI.FileSystem
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.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
 - Type: SystemGuid
The ID of the source project. - targetProjectId
 - Type: SystemGuid
The ID of the target project. 
Return Value
Type: 
CopyResultAn object containing additional result details of the copy operation.
Exceptions
See Also