ISPDocumentParser Interface
Applies to: SharePoint Foundation 2010
Provides an interface that a COM object can implement to act as a custom document parser in Microsoft SharePoint Foundation.
{
uuid(9E13184F-C136-41d4-899D-4331DB736BA1)
}
interface ISPDocumentParser: IUnknown
Remarks
Each custom document parser must be a COM component that implements either the ISPDocumentParser interface or the ISPDocumentParserEx Interface. Implementing one of these interfaces guarantees that the document parser provides SharePoint Foundation with the functionality it needs to promote and demote document properties in documents of the specified file types.
For information, see Custom Document Parsers.