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


Allows you to access the contents of a file system folder in the vault.
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 IEdmFolder13 
   Inherits IEdmFolder10IEdmFolder11IEdmFolder12IEdmFolder5IEdmFolder6IEdmFolder7IEdmFolder8IEdmFolder9IEdmObject5 
C++/CLI 
public interface class IEdmFolder13 : public IEdmFolder10IEdmFolder11IEdmFolder12IEdmFolder5IEdmFolder6IEdmFolder7IEdmFolder8IEdmFolder9IEdmObject5  

Example

Remarks

This interface extends IEdmFolder12 by providing the ability to destroy deleted items.

Accessors

See the IEdmFolder5 accessors.

See Also