Chapter 5 Manipulating The Repository Using Scripts
To consolidate any document:
Use the following | Description |
---|---|
ConsolidateDocument(ByVal FileName As String, ByVal MergeMode As Long = 2, ByRef Actions As String = NULL, ByRef Conflicts As String = NULL) As BaseObject | Method on RepositoryFolder that allows you to consolidate any kind of document |
To consolidate a PowerDesigner document:
Use the following | Description |
---|---|
ConsolidateNew(ByVal RepositoryFolder As BaseObject, ByRef actions As String = NULL, ByRef conflicts As String = NULL) As BaseObject | Method on BaseModel that allows you to consolidate PowerDesigner documents |
Consolidate(ByVal MergeMode As Integer = 2, ByRef actions As String = NULL, ByRef conflicts As String = NULL) As BaseObject | Method on BaseModel that allows you to consolidate additional repository versions of a PowerDesigner document |
Copyright (C) 2007. Sybase Inc. All rights reserved. |
![]() |