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


Allows you to delete several files and folders from the vault 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 IEdmBatchDelete2 
   Inherits IEdmBatchDelete 
C# 
public interface IEdmBatchDelete2 : IEdmBatchDelete  
C++/CLI 
public interface class IEdmBatchDelete2 : public IEdmBatchDelete  

Remarks

This interface:

See Also