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.| Visual Basic | |
|---|---|
Public Interface IEdmBatchDelete2 Inherits IEdmBatchDelete | |
| C# | |
|---|---|
public interface IEdmBatchDelete2 : IEdmBatchDelete | |
| C++/CLI | |
|---|---|
public interface class IEdmBatchDelete2 : public IEdmBatchDelete | |
This interface:
- extends IEdmBatchDelete by providing the option to show deleted objects in the trash can in IEdmBatchDelete2::ShowWarningDlg2.
- is extended by IEdmBatchDelete3.