SOLIDWORKS PDM Professional API Help Send Feedback
IEdmFolder11 Interface
See Also  Members   Example
EPDM.Interop.epdm Namespace : IEdmFolder11 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 IEdmFolder11 
   Inherits IEdmFolder10IEdmFolder5IEdmFolder6IEdmFolder7IEdmFolder8IEdmFolder9IEdmObject5 
C# 
public interface IEdmFolder11 : IEdmFolder10IEdmFolder5IEdmFolder6IEdmFolder7IEdmFolder8IEdmFolder9IEdmObject5  
C++/CLI 
public interface class IEdmFolder11 : public IEdmFolder10IEdmFolder5IEdmFolder6IEdmFolder7IEdmFolder8IEdmFolder9IEdmObject5  

Example

Remarks

This interface extends IEdmFolder10 by providing the ability to restore deleted items from the recycle bin to the vault view.

See Also