Merge this project into the passed project, together with projectmembers and appointments registered on this project.
Namespace:
SuperOffice.COM.SuperOfficeDB
Assembly:
SuperOfficeDB.Interop (in SuperOfficeDB.Interop.dll) Version: 8.0.0.0
Syntaxvoid MergeTo(
SOProject pDestinationProject,
bool replaceEmptyFieldsOnDestination
)
Sub MergeTo (
pDestinationProject As SOProject,
replaceEmptyFieldsOnDestination As Boolean
)
Dim instance As IProject
Dim pDestinationProject As SOProject
Dim replaceEmptyFieldsOnDestination As Boolean
instance.MergeTo(pDestinationProject,
replaceEmptyFieldsOnDestination)
void MergeTo(
[InAttribute] SOProject^ pDestinationProject,
[InAttribute] bool replaceEmptyFieldsOnDestination
)
Parameters
- pDestinationProject
- Type: SuperOffice.COM.SuperOfficeDBSOProject
- replaceEmptyFieldsOnDestination
- Type: SystemBoolean
See Also