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

Example

Remarks

This interface:

  • extends IEdmFolder7 by adding the ability to add or copy a file, which already exists in the vault, to a different folder in the vault.
  • is extended by IEdmFolder9.

See Also