SOLIDWORKS PDM Professional API Help Send Feedback
IEdmSearch5 Interface
See Also  Members   Example
EPDM.Interop.epdm Namespace : IEdmSearch5 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 IEdmSearch5 
C# 
public interface IEdmSearch5 
C++/CLI 
public interface class IEdmSearch5 

Example

Remarks

This interface:

There is a bit of overhead involved in creating an IEdmSearch5 object, so if you intend to perform several searches, call IEdmSearch5::Clear to clear and re-use the current search object instead of calling IEdmVault5::CreateSearch to create new search objects.

Accessors

See Also