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

The following tables list the members exposed by IEdmSearch5.

Public Properties

 NameDescription
 PropertyFileNameGets or sets the name of the file or folder for which to search.  
 PropertyFindFilesGets or sets whether to return files in the search.  
 PropertyFindFoldersGets or sets whether to return folders in the search.  
 PropertyFindHistoricStatesGets or sets whether to find all files that have ever been in the state specified by IEdmSearch5::State.  
 PropertyFindLockedFilesGets or sets whether to include checked-out files in the search result.  
 PropertyFindUnlockedFilesGets or sets whether to include checked-in files in the search result.  
 PropertyRecursiveGets or sets whether to search recursively in subfolders.  
 PropertyStartFolderIDGets or sets the ID of the folder in which to search.  
 PropertyStateGets or sets the ID or name of the workflow state in which to search.  
 PropertyVersionCommentGets or sets the version comment substring for which to search.  
Top

Public Methods

 NameDescription
 MethodAddVariableObsolete. Superseded by IEdmSearch8::AddVariable2.  
 MethodClearResets all search properties to their default values  
 MethodGetFirstResultGets the first file or folder that matches the search criteria.  
 MethodGetNextResultGets the next file or folder that matches the search criteria.  
Top

See Also