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


Browse options used in calls to IEdmVault5::BrowseForFile. Bitmask.

Syntax

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

Members

MemberDescription
EdmBws_ForOpen0 = Display the Open dialog box
EdmBws_ForSave1 = Display a Save As dialog box
EdmBws_Help32 = Display Help in the dialog box
EdmBws_PermitExternalFiles16 = Permit the user to select files that are outside the file vault folder tree
EdmBws_PermitLocalFiles4 = Permit the user to select files that are inside the file vault folder tree, but not checked in to the vault
EdmBws_PermitMultipleSel2 = Permit the user to select more than one file
EdmBws_PermitVaultFiles8 = Permit the user to select files that are part of the file vault

See Also