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

Remarks

This interface:

  • extends IEdmFolder6 by adding the ability to destroy deleted items in this folder.
  • is extended by IEdmFolder8 by adding the ability to add or copy a file, which already exists in the vault, to a different folder in the vault.

See Also