Solid Edge Framework Type Library
ExportDocumentsFromServer Method
Specifies the number of documents to export.
Specifies URL paths of the documents to export.
Specifies where to export the specified documents.
Specifies whether to make the specified documents read-only..
Member of the OverWriteFilesOption constant set that specifies whether or not to overwrite documents in the unmanaged export location.
Description
This method exports the specified documents from the server to an unmanaged location you specify.
Syntax
Visual Basic
Public Sub ExportDocumentsFromServer( _
   ByVal NumberOfDocumentsToExport As Long, _
   ByVal ListOfDocumentsToExport As Variant, _
   ByVal ExportToLocation As String, _
   ByVal SetDocToReadOnly As Boolean, _
   ByVal OverWriteOption As OverWriteFilesOption _
) 
Parameters
NumberOfDocumentsToExport
Specifies the number of documents to export.
ListOfDocumentsToExport
Specifies URL paths of the documents to export.
ExportToLocation
Specifies where to export the specified documents.
SetDocToReadOnly
Specifies whether to make the specified documents read-only..
OverWriteOption
ValueDescription
NoToAll
YesToAll
Member of the OverWriteFilesOption constant set that specifies whether or not to overwrite documents in the unmanaged export location.
See Also

Insight Object  | Insight Members