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

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

Public Methods

 NameDescription
 MethodAddFileByIDAdds a file with the specified file and folder IDs to the batch of files to be deleted.  
 MethodAddFileByPathAdds a file with the specified path to the batch of files to be deleted.  
 MethodAddFolderAdds a folder with the specified ID or path to the batch of folders to delete.  
 MethodCommitDeleteDeletes the files and folders added to the batch by IEdmBatchDelete::AddFileByID, IEdmBatchDelete::AddFileByPath, and/or IEdmBatchDelete::AddFolder.  
 MethodComputePermissionsSpecifies whether files or folders should be permanently deleted or moved to the recycle bin.  
 MethodShowCommitErrorsDlgShows a dialog box containing the errors that occurred during IEdmBatchDelete::CommitDelete.  
 MethodShowWarningDlgObsolete. Superseded by IEdmBatchDelete2::ShowWarningDlg2.  
Top

See Also