SOLIDWORKS PDM Professional API Help Send Feedback
IEdmBatchAdd Interface Methods
See Also 
  
EPDM.Interop.epdm Namespace : IEdmBatchAdd Interface

For a list of all members of this type, see IEdmBatchAdd members.

Public Methods

 NameDescription
 MethodAddFileFromPathAdds a file to the batch of files to be added to the vault; the file will be copied to a destination folder with the specified ID.  
 MethodAddFileFromPathToPathAdds a file to the batch of files to be added to the vault; the file will be copied to the specified destination folder path.  
 MethodAddFileFromVaultAdds a file with the specified ID and folder ID to the batch of files to be added to the vault; the file will be copied to a new vault folder with the specified ID.  
 MethodAddFileFromVaultToPathAdds a file with the specified ID and folder ID to the batch of files to be added to the vault; the file will be copied to a new vault folder with the specified path.  
 MethodAddFolderAdds the specified folder or folder path to the batch of folders to be added to the vault.  
 MethodAddFolderPathAdds the specified folder path to the batch of folders to be added to the vault.  
 MethodCommitAddAdds all files and folders in the batch to the vault.  
 MethodSetFileNameSerNoFor internal use only; do not use.  
Top

See Also