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
Protected method DocumentIdProvider Initializes a new instance of the DocumentIdProvider object.

Top

Properties

  Name Description
Public property 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
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GenerateDocumentId Generates a document ID when provided with a list item parameter that corresponds to a document.
Public method GetDocumentUrlsById Implements a custom search method; returns an array of URLs pointing to documents with a specified DocumentId value.
Public method GetHashCode (Inherited from Object.)
Public method GetSampleDocumentIdText Returns the default Document ID value that will be initially displayed in the Document ID search web part.
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

See Also

Reference

DocumentIdProvider Class

Microsoft.Office.DocumentManagement Namespace