ISPDocumentParser Interface

This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.

Represents the interface that a COM object must implement to act as a custom document parser in Windows SharePoint Services.

interface ISPDocumentParser: IUnknown

Remarks

Each custom document parser must be a COM component that implements the ISPDocumentParser interface. Implementing this interface guarantees that the document parser provides Windows SharePoint Services with the functionality it needs to promote and demote document properties in documents of the specified file types.

For information, see Custom Document Parsers.

See Also

Concepts

Custom Document Parsers

Document Parser Processing

Document Parser Interface Overview