Solid Edge Framework Type Library
ImportDocumentsToServer Method
Specifies the number of documents and/or folders to import.
Specifies the documents and/or folders to import.
Specifies the location to which to import the specified documents and/or folders.
When the input is folders, TypeOfUpload is a member of the UploadType constant set that specifies whether to perform a deep or shallow upload. A deep upload includes subfolders; a shallow upload includes only the selected folder.
Member of the CheckInOptions constant set that specifies whether to upload and check in the documents, or to upload the documents without checking them in.
Description
This method imports to the server the documents and/or folders you specify.
Syntax
Visual Basic
Public Sub ImportDocumentsToServer( _
   ByVal NumberOfDocumentsFoldersToImport As Long, _
   ByVal ListOfDocumentsFoldersToImport As Variant, _
   ByVal ImportLocation As String, _
   ByVal TypeOfUpload As UploadType, _
   ByVal CheckInOption As CheckInOptions _
) 
Parameters
NumberOfDocumentsFoldersToImport
Specifies the number of documents and/or folders to import.
ListOfDocumentsFoldersToImport
Specifies the documents and/or folders to import.
ImportLocation
Specifies the location to which to import the specified documents and/or folders.
TypeOfUpload
ValueDescription
DeepUploadTypeIncludes the selected folder and subfolders.
ShallowUploadTypeIncludes only the selected folder.
When the input is folders, TypeOfUpload is a member of the UploadType constant set that specifies whether to perform a deep or shallow upload. A deep upload includes subfolders; a shallow upload includes only the selected folder.
CheckInOption
ValueDescription
DoNotCheckInOption
UploadAndCheckInOption
Member of the CheckInOptions constant set that specifies whether to upload and check in the documents, or to upload the documents without checking them in.
See Also

Insight Object  | Insight Members