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

Remarks

This interface:

  • extends IEdmFolder5.
  • is extended by IEdmFolder7, which adds the ability to destroy deleted items in this folder.

Accessors

See Also