Chapter 5 Manipulating The Repository Using Scripts


Extracting repository document

To extract any document:

Use the following Description
ExtractToFile(ByVal FileName As String, ByVal MergeMode As Long = 2, ByVal OpenMode As Boolean = -1, ByRef Actions As String = NULL, ByRef Conflicts As String = NULL) As BaseObject Method on RepositoryModel that allows you to extract any kind of document

To extract a PowerDesigner document:

Use the following Description
UpdateFromRepository(ByVal MergeMode As Integer = 2, ByRef actions As String = NULL, ByRef conflicts As String = NULL) As Boolean Method on BaseModel that allows you to extract PowerDesigner documents

 


Copyright (C) 2007. Sybase Inc. All rights reserved.