SOLIDWORKS PDM Professional API Help Send Feedback
IEdmVault5 Interface Methods
See Also 
  
EPDM.Interop.epdm Namespace : IEdmVault5 Interface

For a list of all members of this type, see IEdmVault5 members.

Public Methods

 NameDescription
 MethodBrowseForFileDisplays an Open or Save As dialog box in which the user can click one or more files.  
 MethodBrowseForFolderObsolete. Superseded by IEdmVault11::BrowseForFolder2.  
 MethodCreatePluginMenuObsolete. Superseded by IEdmVault12::CreatePluginMenu2.  
 MethodCreateSearchObsolete. Superseded by IEdmVault21::CreateSearch2.  
 MethodGetDictionaryGets or creates the specified dictionary.  
 MethodGetErrorStringGets the name and description for the specified error code returned by one of SOLIDWORKS PDM Professional's API methods.  
 MethodGetFileFromPathGets an interface to the file with the specified file system path.  
 MethodGetFolderFromPathGets an interface to a folder on the specified file system path.  
 MethodGetObjectGets an interface to a SOLIDWORKS PDM Professional object of the specified type and having the specified ID.  
 MethodGetVaultNameFromPathGets the name of the vault where the specified file or folder resides.  
 MethodGetVersionGets the version of SOLIDWORKS PDM Professional that is installed on this machine.  
 MethodLoginLogs in to the specified vault using the specified user name and password.  
 MethodLoginAutoLogs in to the specified vault.  
 MethodMsgBoxDisplays a message box to the user.  
 MethodRefreshFolderRefreshes the file listing in the specified folder.  
 MethodSetAddInWndObsolete. See Keeping Add-in Windows in the Foreground.  
 MethodVerifyVersionVerifies that the installed SOLIDWORKS PDM Professional is at the specified version level or higher.  
Top

See Also