SOLIDWORKS PDM Professional API Help Send Feedback
EdmListFolderFlags Enumeration
See Also  
EPDM.Interop.epdm Namespace : EdmListFolderFlags Enumeration


Flags used in calls to IEdmBatchListing::AddFolder to tell how to add the folder to the list.

Syntax

Visual Basic 
Public Enum EdmListFolderFlags 
   Inherits System.Enum
C# 
public enum EdmListFolderFlags : System.Enum 
C++/CLI 
public enum class EdmListFolderFlags : public System.Enum 

Members

MemberDescription
EdmListFolder_Nothing0 = None of the other values
EdmListFolder_Recursive1 = Add the files inside the folder instead of adding the folder itself to the list; the files in any subfolders are added recursively

See Also