DocIdLookup members
Provides a way locate a document or collection of documents based on Document ID.
The DocIdLookup type exposes the following members.
Constructors
Name | Description | |
---|---|---|
DocIdLookup | Initializes a new instance of a DocIdLookup object. |
Top
Methods
Name | Description | |
---|---|---|
DoSearch | Returns an array of URLs that point to documents with the specified DocumentId object. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetSearchScope | Gets the search scope used by the built-in search provider. | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
SetSearchScope | Sets the search scope to be used by the default search provider. | |
ToString | (Inherited from Object.) |
Top