ISPDocumentParser Members

Applies to: SharePoint Foundation 2010

Represents an interface that a COM object can implement to act as a custom document parser in Microsoft SharePoint Foundation.

The following tables list the members that are defined by the ISPDocumentParser interface.

Methods in Vtable Order

IUnknown Methods

Description

QueryInterface

Returns pointers to supported interfaces.

AddRef

Increments the reference count.

Release

Decrements the reference count.

ISPDocumentParser Methods

Description

Parse

Parses the specified document and writes the document properties that it extracts to the specified property bag.

Demote

Reads the document properties that are contained in the specified property bag, and writes those document properties into the specified document.

ExtractThumbnail

Extracts the thumbnail image of this document from the document.

See Also

Reference

ISPDocumentParser Interface

Concepts

Document Parser Interface Overview

Custom Document Parsers