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.| Visual Basic | |
|---|---|
Public Interface IEdmBatchDelete3 Inherits IEdmBatchDelete, IEdmBatchDelete2 | |
| C# | |
|---|---|
public interface IEdmBatchDelete3 : IEdmBatchDelete, IEdmBatchDelete2 | |
| C++/CLI | |
|---|---|
public interface class IEdmBatchDelete3 : public IEdmBatchDelete, IEdmBatchDelete2 | |
This interface extends IEdmBatchDelete2 by adding IEdmBatchDelete3::GetCommitErrors which shows the errors that occurred during IEdmBatchDelete::CommitDelete.