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

Example

Remarks

This interface:

  • extends IEdmFolder8 by providing the ability to query whether the user has permission to rename a file in this folder.
  • is extended by IEdmFolder10.

See Also