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


Flags used by IEdmBatchAddFolders::AddFolder to specify the behavior of the added folder.

Syntax

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

Members

MemberDescription
Ebaff_DisableRefresh2 = Disable the automatic refresh of folder listings in File Explorer
Ebaff_GetInterface1 = Return IEdmFolder6 for the folder in the EdmFolderInfo structure that is returned by IEdmBatchAddFolders::Create
Ebaff_Nothing0 = Standard behavior

See Also