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


Allows you to add several files and folders to 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 IEdmBatchAdd 
C# 
public interface IEdmBatchAdd 
C++/CLI 
public interface class IEdmBatchAdd 

Example

Remarks

This interface:

Using IEdmBatchAdd is more efficient than calling IEdmFolder5::AddFile or IEdmFolder5::AddFolder multiple times.

Accessors

See Also