public bool SynchronizeProjects( Project oSourceProject, Project oTargetProject, ProjectManagement.SynchronizationMode eSynchronizationMode )
public: bool SynchronizeProjects( Project^ oSourceProject, Project^ oTargetProject, ProjectManagement.SynchronizationMode eSynchronizationMode )
Parameters
- oSourceProject
- Source project from which it gets data.
- oTargetProject
- Target project to synchronize.
- eSynchronizationMode
- Determines what mode of synchronization will be used. Update - Replaces all outdated and different project data in the target project by the data of the source project. Complete - Supplements the project data of the target project with data which so far was only available in the source project.
Return Value
True if the synchronization was successful.