Allows you to access a search result.
NOTE: Click the Members link, located near the top of the topic, to see this interface's methods and properties.| Visual Basic | |
|---|---|
Public Interface IEdmSearchResult5 Inherits IEdmObject5 | |
| C# | |
|---|---|
public interface IEdmSearchResult5 : IEdmObject5 | |
| C++/CLI | |
|---|---|
public interface class IEdmSearchResult5 : public IEdmObject5 | |
Create a Task that Finds Approved Files (VB.NET)
Create a Task that Finds Approved Files (C#)
Create a Task that Finds Files in Workflow States (VB.NET)
Create a Task that Finds Files in Workflow States (C#)
Create a Task that Finds Approved Files (C#)
Create a Task that Finds Files in Workflow States (VB.NET)
Create a Task that Finds Files in Workflow States (C#)
This interface:
- inherits from IEdmObject5.
- is extended by IEdmSearchResult6 which provides the ability to perform favorite searches and get accurate sizes of very large files.
To use this interface:
- Obtain an object for this interface by calling IEdmSearch5::GetFirstResult or IEdmSearch10::GetFirstFavoriteResult.
- Determine the type of the result object by calling one of the inherited properties on the IEdmSearchResult5 object, ID or Name.
- If the type of this search result is a:
- file, cast this interface's object to IEdmFile5.
- folder, cast this interface's object to IEdmFolder5.