DocumentIdProvider Members
Include Protected Members
Include Inherited Members
Represents the base abstract class for implementing a Document ID generator.
The DocumentIdProvider type exposes the following members.
Constructors
Name | Description | |
---|---|---|
DocumentIdProvider | Initializes a new instance of the DocumentIdProvider object. |
Top
Properties
Name | Description | |
---|---|---|
DoCustomSearchBeforeDefaultSearch | Gets a Boolean value specifying whether the current instance of the provider custom search method (GetDocumentUrlsById()) should be called before built-in search is called when the user is trying to locate a document by its DocumentId value. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GenerateDocumentId | Generates a document ID when provided with a list item parameter that corresponds to a document. | |
GetDocumentUrlsById | Implements a custom search method; returns an array of URLs pointing to documents with a specified DocumentId value. | |
GetHashCode | (Inherited from Object.) | |
GetSampleDocumentIdText | Returns the default Document ID value that will be initially displayed in the Document ID search web part. | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top