SOLIDWORKS PDM Professional API Help Send Feedback
IEdmSearch9 Interface
See Also  Members   Example
EPDM.Interop.epdm Namespace : IEdmSearch9 Interface


Allows you to quickly find files or folders.


NOTE: Click the Members link, located near the top of the topic, to see this interface's methods and properties.

Syntax

Visual Basic 
Public Interface IEdmSearch9 
   Inherits IEdmSearch5IEdmSearch6IEdmSearch7IEdmSearch8 
C# 
public interface IEdmSearch9 : IEdmSearch5IEdmSearch6IEdmSearch7IEdmSearch8  
C++/CLI 
public interface class IEdmSearch9 : public IEdmSearch5IEdmSearch6IEdmSearch7IEdmSearch8  

Example

Remarks

This interface:

  • Extends IEdmSearch8 by providing the ability to peform a search for files and folders using logical operators, multi-variable conditions, and new search syntax. See Search Syntax.

In extended searches:

        - or -

  • there was a syntax error in one of the search syntax expressions. 

After calling IEdmSearch5::GetFirstResult, you must call IEdmSearch9::GetSyntaxErrors to see if there are any syntax errors. If not, then you can deduce that no documents were found.

Accessors

See Also