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


Allows you to delete several files and folders from the vault all at once.


NOTE: Click the Members link, located near the top of the topic, to see this interface's methods and properties.

Syntax

Visual Basic 
Public Interface IEdmBatchDelete3 
   Inherits IEdmBatchDeleteIEdmBatchDelete2 
C# 
public interface IEdmBatchDelete3 : IEdmBatchDeleteIEdmBatchDelete2  
C++/CLI 
public interface class IEdmBatchDelete3 : public IEdmBatchDeleteIEdmBatchDelete2  

Remarks

This interface extends IEdmBatchDelete2 by adding IEdmBatchDelete3::GetCommitErrors which shows the errors that occurred during IEdmBatchDelete::CommitDelete.

See Also